Author: oxygene Date: Mon Aug 16 19:51:47 2010 New Revision: 5699 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5699
Log: Add #define that states the libpci interface version we implement (flashrom needs it) Signed-off-by: Patrick Georgi <[email protected]> Acked-by: Patrick Georgi <[email protected]> Modified: trunk/payloads/libpayload/include/pci/pci.h Modified: trunk/payloads/libpayload/include/pci/pci.h ============================================================================== --- trunk/payloads/libpayload/include/pci/pci.h Mon Aug 16 18:25:23 2010 (r5698) +++ trunk/payloads/libpayload/include/pci/pci.h Mon Aug 16 19:51:47 2010 (r5699) @@ -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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

