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 #define PCI_CLASS_DEVICE REG_CLASS_DEV