From 1457aad00b38b4745ba564b6cc803ff98c128ea2 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 16 Aug 2010 17:51:47 +0000 Subject: Add #define that states the libpci interface version we implement (flashrom needs it) Signed-off-by: Patrick Georgi Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5699 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- payloads/libpayload/include/pci/pci.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'payloads/libpayload/include/pci') 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 -- cgit v1.2.3