aboutsummaryrefslogtreecommitdiff
path: root/i686/idt.h
diff options
context:
space:
mode:
Diffstat (limited to 'i686/idt.h')
-rw-r--r--i686/idt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/i686/idt.h b/i686/idt.h
index f96e2b1..45744dc 100644
--- a/i686/idt.h
+++ b/i686/idt.h
@@ -17,6 +17,7 @@ void abort_handler(struct interrupt_frame *frame);
void syscall_handler(struct interrupt_frame *frame);
void irq0x00(struct interrupt_frame *frame); // timer interrupt
void irq0x01(struct interrupt_frame *frame); // keyboard interrupt
+void irq0x0c(struct interrupt_frame *frame); // mouse interrupt
/* lidt.c */
void idt_install();