diff options
| author | Michael Forney <mforney@mforney.org> | 2020-08-16 17:26:26 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-08-16 17:26:32 -0700 |
| commit | 3d514acfe7cf80ea5dfc189055bb2e7fdf6a2d43 (patch) | |
| tree | c89055a6d20355c7b293f3c68369a8f3ded6ec71 /pkg/pciutils/config.h | |
| parent | 7d88126e0ab869493e784d5b95569646883874a7 (diff) | |
Add pciutils 3.7.0
Diffstat (limited to 'pkg/pciutils/config.h')
| -rw-r--r-- | pkg/pciutils/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/pciutils/config.h b/pkg/pciutils/config.h new file mode 100644 index 00000000..87f0455b --- /dev/null +++ b/pkg/pciutils/config.h @@ -0,0 +1,9 @@ +#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.7.0" |
