[coreboot] [commit] r5699 - trunk/payloads/libpayload/include/pci

repository service svn at coreboot.org
Mon Aug 16 19:51:48 CEST 2010


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 <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>

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




More information about the coreboot mailing list