aboutsummaryrefslogtreecommitdiff
path: root/util/x86emu/yabel/biosemu.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/yabel/biosemu.h')
-rw-r--r--util/x86emu/yabel/biosemu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/x86emu/yabel/biosemu.h b/util/x86emu/yabel/biosemu.h
index fb8dab2b24..09ace729ec 100644
--- a/util/x86emu/yabel/biosemu.h
+++ b/util/x86emu/yabel/biosemu.h
@@ -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