mirror of
https://github.com/oasislinux/oasis.git
synced 2026-06-21 15:37:15 +02:00
10 lines
276 B
C
10 lines
276 B
C
#define PCI_CONFIG_H
|
|
#define PCI_OS_LINUX
|
|
#define PCI_HAVE_PM_LINUX_SYSFS
|
|
#define PCI_HAVE_LINUX_BYTEORDER_H
|
|
#define PCI_PATH_SYS_BUS_PCI "/sys/bus/pci"
|
|
#define PCI_HAVE_64BIT_ADDRESS
|
|
#define PCI_IDS "pci.ids"
|
|
#define PCI_PATH_IDS_DIR "/share"
|
|
#define PCILIB_VERSION "3.14.0"
|