#ifndef SYSCALLS_H #define SYSCALLS_H #include "../include/task.h" void handle_syscall(TrapFrame *tf); #endif