aboutsummaryrefslogtreecommitdiffstats
path: root/src/kbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kbd.c')
-rw-r--r--src/kbd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kbd.c b/src/kbd.c
index e1f01a5b..c89899fe 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -234,7 +234,7 @@ set_leds()
}
// INT 16h Keyboard Service Entry Point
-void VISIBLE
+void VISIBLE16
handle_16(struct bregs *regs)
{
// debug_enter(regs);
@@ -541,7 +541,7 @@ process_key(u8 scancode)
}
// INT09h : Keyboard Hardware Service Entry Point
-void VISIBLE
+void VISIBLE16
handle_09(struct bregs *regs)
{
//debug_isr(regs);