syscalls: start implementing some basic syscalls
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef SYSCALLS_H
|
||||
#define SYSCALLS_H
|
||||
#include "../include/task.h"
|
||||
|
||||
void handle_syscall(TrapFrame *tf);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user