summaryrefslogtreecommitdiff
path: root/src/devices/oprom/x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/oprom/x86.h')
-rw-r--r--src/devices/oprom/x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/oprom/x86.h b/src/devices/oprom/x86.h
index 0bc24122e1..40c5778de5 100644
--- a/src/devices/oprom/x86.h
+++ b/src/devices/oprom/x86.h
@@ -30,6 +30,7 @@ void x86_exception(struct eregs *info);
extern unsigned char __idt_handler, __idt_handler_size;
extern unsigned char __realmode_code, __realmode_code_size;
extern unsigned char __realmode_call, __realmode_interrupt;
+extern unsigned char __buffer;
extern void (*realmode_call)(u32 addr, u32 eax, u32 ebx, u32 ecx, u32 edx,
u32 esi, u32 edi) __attribute__((regparm(0)));