fix typos and warnings in the device tree code (trivial)
[coreboot.git] / src / devices / emulator / pcbios / pcibios.h
index 75a1253d25cfc5572d709b6712d1f99fc0a1f31e..2ad9b83561cc05da6bf6bc9c351cb8e3cbd0385a 100644 (file)
@@ -25,4 +25,7 @@ enum {
        SET_FAILED              = 0x88,
        BUFFER_TOO_SMALL        = 0x89
 };
-#endif /* PCI_BIOS_H */
\ No newline at end of file
+
+int pcibios_handler(void);
+
+#endif /* PCI_BIOS_H */