diff options
Diffstat (limited to 'payloads/libpayload/include/pci')
-rw-r--r-- | payloads/libpayload/include/pci/pci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/payloads/libpayload/include/pci/pci.h b/payloads/libpayload/include/pci/pci.h index 0a06604e5d..7345e7c389 100644 --- a/payloads/libpayload/include/pci/pci.h +++ b/payloads/libpayload/include/pci/pci.h @@ -30,6 +30,9 @@ #ifndef _PCI_PCI_H
#define _PCI_PCI_H
+/* we implement at least this version */
+#define PCI_LIB_VERSION 0x020200
+
#include <pci.h>
#define PCI_CLASS_DEVICE REG_CLASS_DEV
|