summaryrefslogtreecommitdiffhomepage
path: root/src/loader/inc/int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/loader/inc/int.h')
-rw-r--r--src/loader/inc/int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/loader/inc/int.h b/src/loader/inc/int.h
index 8336cd8..ccd9ea8 100644
--- a/src/loader/inc/int.h
+++ b/src/loader/inc/int.h
@@ -43,8 +43,6 @@ struct idt_ptr {
void *base;
} PACKED;
-extern struct idt_ptr idt;
-
void idt_install(void);
void int_event_handler_add(u32 int_no, void (*handler)(void));