This patch is from 2009-10-20
[coreboot.git] / util / x86emu / yabel / biosemu.h
index fb8dab2b240b175d840fed50615bbadf297c6874..09ace729ec80215587505eaff6275e9a4ce770df 100644 (file)
@@ -46,4 +46,7 @@
 typedef int (* yabel_handleIntFunc)(void);
 extern yabel_handleIntFunc yabel_intFuncArray[256];
 
+struct device;
+
+u32 biosemu(u8 *biosmem, u32 biosmem_size, struct device *dev, unsigned long rom_addr);
 #endif