aboutsummaryrefslogtreecommitdiff
path: root/src/devices/emulator/pcbios
diff options
context:
space:
mode:
authorLi-Ta Lo <ollie@lanl.gov>2005-01-19 23:21:00 +0000
committerLi-Ta Lo <ollie@lanl.gov>2005-01-19 23:21:00 +0000
commitd808849a2c4ed90acf3a6f53a0cc09bfb28ca80a (patch)
tree4cb84ee1abba63aaa3fb289e737a9e040b189f9d /src/devices/emulator/pcbios
parentbec039cb93b72b068370662933d961b1cd4aeaea (diff)
removed unused code
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1893 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices/emulator/pcbios')
-rw-r--r--src/devices/emulator/pcbios/pcibios.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/emulator/pcbios/pcibios.h b/src/devices/emulator/pcbios/pcibios.h
index d99bee695e..75a1253d25 100644
--- a/src/devices/emulator/pcbios/pcibios.h
+++ b/src/devices/emulator/pcbios/pcibios.h
@@ -1,3 +1,6 @@
+#ifndef PCI_BIOS_H
+#define PCI_BIOS_H
+
enum {
PCI_BIOS_PRESENT = 0xB101,
FIND_PCI_DEVICE = 0xB102,
@@ -22,3 +25,4 @@ enum {
SET_FAILED = 0x88,
BUFFER_TOO_SMALL = 0x89
};
+#endif /* PCI_BIOS_H */ \ No newline at end of file