aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/interrupts/interrupts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/interrupts/interrupts.h')
-rw-r--r--src/kernel/interrupts/interrupts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/interrupts/interrupts.h b/src/kernel/interrupts/interrupts.h
index 6651cfd..f7b5846 100644
--- a/src/kernel/interrupts/interrupts.h
+++ b/src/kernel/interrupts/interrupts.h
@@ -40,13 +40,13 @@ void isrs_install();
*/
typedef void (*irq_handler_t)(struct regs *);
-void isr_install_handler(size_t isr, irq_handler_t handler);
+void isr_install_handler(u32 isr, irq_handler_t handler);
/**
* Uninstall a handler by index
* @param irq The index of the IRQ routine that should be removed
*/
-void isr_uninstall_handler(size_t isr);
+void isr_uninstall_handler(u32 isr);
/**
* Initialize the Interrupt Requests by mapping the ISRs to the correct