config.h 559 B

12345678910111213141516171819
  1. #define PCI_CONFIG_H
  2. #define PCI_ARCH_ARM
  3. #define PCI_OS_LINUX
  4. #define PCI_HAVE_PM_LINUX_SYSFS
  5. #define PCI_HAVE_PM_LINUX_PROC
  6. #define PCI_HAVE_LINUX_BYTEORDER_H
  7. #define PCI_PATH_PROC_BUS_PCI "/proc/bus/pci"
  8. #define PCI_PATH_SYS_BUS_PCI "/sys/bus/pci"
  9. #define PCI_HAVE_64BIT_ADDRESS
  10. #define PCI_HAVE_PM_DUMP
  11. #define PCI_COMPRESSED_IDS
  12. #define PCI_IDS "pci.ids.gz"
  13. #define PCI_PATH_IDS_DIR "/usr/share"
  14. #define PCI_USE_DNS
  15. #define PCI_ID_DOMAIN "pci.id.ucw.cz"
  16. #define PCI_USE_LIBKMOD
  17. #define PCI_HAVE_HWDB
  18. #define PCI_SHARED_LIB
  19. #define PCILIB_VERSION "3.5.1"