00001 #ifndef SYSCALLS_H 00002 #define SYSCALLS_H 00003 00004 #include <multitasking.h> 00005 00006 cpu_regs* syscall(cpu_regs*); 00007 00008 #endif