summaryrefslogtreecommitdiff
path: root/asm/asm.h
blob: c9a1fa390de750dda2594eec62e4df12381ecd8f (plain)
1
2
3
4
5
6
void pic_setup();
void int_kb_handler();
void int_default_handler();
void int_clock_handler();
void int_syscall_handler();
void int_irq0();