mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-26 16:28:12 +00:00
kvm tools: Move PCI_MAX_DEVICES to pci.h
Other pieces of kvmtool may be interested in PCI_MAX_DEVICES. Signed-off-by: Matt Evans <matt@ozlabs.org> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <linux/pci_regs.h>
|
||||
#include <linux/msi.h>
|
||||
|
||||
#define PCI_MAX_DEVICES 256
|
||||
/*
|
||||
* PCI Configuration Mechanism #1 I/O ports. See Section 3.7.4.1.
|
||||
* ("Configuration Mechanism #1") of the PCI Local Bus Specification 2.1 for
|
||||
|
||||
Reference in New Issue
Block a user