- ldscripb.lb remove another $Id: line..
[coreboot.git] / src / arch / i386 / include / arch / romcc_io.h
index f460a36f4d1335b99ad4f41e77a364182e0a0830..f8618b0e76e6a295e40c862a3c0306df7870f416 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef ARCH_ROMCC_IO_H
+#define ARCH_ROMCC_IO_H 1
+
 static void outb(unsigned char value, unsigned short port)
 {
        __builtin_outb(value, port);
@@ -182,3 +185,4 @@ static device_t pci_locate_device(unsigned pci_id, device_t dev)
        return PCI_DEV_INVALID;
 }
 
+#endif /* ARCH_ROMCC_IO_H */