1 2 3 4 5 6 7 8 9
#ifndef DEF_SYSCALL_H #define DEF_SYSCALL_H #include "idt.h" extern int_callback syscalls[]; #endif