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:
Patrick Georgi 2010-08-16 17:51:47 +00:00
parent 1bd3fb750d
commit 1457aad00b
1 changed files with 3 additions and 0 deletions

View File

@ -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