Add #define that states the libpci interface version we implement
(flashrom needs it) Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5699 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
1bd3fb750d
commit
1457aad00b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue