Enable/fix compilation of i8254 code in ram stage.
[coreboot.git] / src / include / pc80 / i8254.h
index b0d3a93fb3ba79030d1bdef47265a8e9fb4424ca..4c5e7039ced86eca1dd5c871311c476c16218d50 100644 (file)
@@ -58,4 +58,7 @@
 #define PPCB_SPKR       0x02    /* Bit 1 */
 #define PPCB_T2GATE     0x01    /* Bit 0 */
 
+#ifndef __ROMCC__
+void setup_i8254(void);
+#endif
 #endif