Fix implicit declaration in cn700/vt8237 code
[coreboot.git] / src / southbridge / via / vt8237r / vt8237r_lpc.c
index 78c973fba024801f12f96041b8429ca81a7d4e77..0476eec7e33e6829f64c566dea342a7862885262 100644 (file)
@@ -26,6 +26,7 @@
 #include <device/pci_ids.h>
 #include <pc80/mc146818rtc.h>
 #include <cpu/x86/lapic.h>
+#include <pc80/keyboard.h>
 #include <stdlib.h>
 #include "vt8237r.h"
 #include "chip.h"
@@ -46,6 +47,7 @@
 #define INT            (1 << 8)
 
 extern void dump_south(device_t dev);
+extern void setup_i8259(void);
 
 static struct ioapicreg {
        u32 reg;