Squash commits for public release
This commit is contained in:
9
kernel/include/platform/x86/isr_handler.h
Normal file
9
kernel/include/platform/x86/isr_handler.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _KERNEL_PLATFORM_X86_ISR_HANDLER_H
|
||||
#define _KERNEL_PLATFORM_X86_ISR_HANDLER_H
|
||||
|
||||
#include <libkern/types.h>
|
||||
#include <platform/x86/idt.h>
|
||||
|
||||
void isr_handler(trapframe_t* tf);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user