From d808849a2c4ed90acf3a6f53a0cc09bfb28ca80a Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Wed, 19 Jan 2005 23:21:00 +0000 Subject: removed unused code git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1893 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/emulator/pcbios/pcibios.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/devices/emulator/pcbios') 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 -- cgit v1.2.3