defs for irq methods
This commit is contained in:
parent
6d1204f957
commit
b9193b6ab9
@ -45,3 +45,8 @@ void init_idt();
|
||||
void setup_idt_entry(u32 t_idx, u32 base, u16 sel, u8 type_attrs);
|
||||
void int_keyboard(struct cpu_reg_state*);
|
||||
void interrupt_handler(struct cpu_reg_state*);
|
||||
|
||||
|
||||
// IRQ specifi functions
|
||||
void init_irq_handler(u32 irq, void (*handler)(struct cpu_reg_state* cpu));
|
||||
void irq_handler(struct cpu_reg_state* cpu);
|
Loading…
Reference in New Issue
Block a user