9 lines
186 B
C
9 lines
186 B
C
|
|
#ifndef _KERNEL_PLATFORM_X86_IRQ_HANDLER_H
|
||
|
|
#define _KERNEL_PLATFORM_X86_IRQ_HANDLER_H
|
||
|
|
|
||
|
|
#include <platform/x86/idt.h>
|
||
|
|
|
||
|
|
void irq_handler(trapframe_t* tf);
|
||
|
|
void irq_empty_handler();
|
||
|
|
|
||
|
|
#endif
|