summaryrefslogtreecommitdiff
path: root/lib/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/header.h')
-rw-r--r--lib/header.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/header.h b/lib/header.h
index 8463641..3c3664f 100644
--- a/lib/header.h
+++ b/lib/header.h
@@ -1236,3 +1236,7 @@
#define PCI_VENDOR_ID_INTEL 0x8086
#define PCI_VENDOR_ID_COMPAQ 0x0e11
+
+/* taken from <include/linux/ioport.h> */
+
+#define IORESOURCE_PCI_EA_BEI (1<<5)