diff options
Diffstat (limited to 'src/loader/inc/int.h')
-rw-r--r-- | src/loader/inc/int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/loader/inc/int.h b/src/loader/inc/int.h index ccd9ea8..8336cd8 100644 --- a/src/loader/inc/int.h +++ b/src/loader/inc/int.h @@ -43,6 +43,8 @@ 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)); |