aboutsummaryrefslogtreecommitdiff
path: root/include/bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bios.h')
-rw-r--r--include/bios.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bios.h b/include/bios.h
index 22a912a..fcfc5ba 100644
--- a/include/bios.h
+++ b/include/bios.h
@@ -31,6 +31,10 @@ extern bioscall void int10_handler(struct biosregs *regs);
extern bioscall void int15_handler(struct biosregs *regs);
extern bioscall void e820_query_map(struct biosregs *regs);
+extern void bios_intfake(void);
+extern void bios_int10(void);
+extern void bios_int15(void);
+
extern struct e820map e820;
static inline void __attribute__((noreturn)) panic(void)