7 lines
111 B
C
7 lines
111 B
C
#ifndef SYSCALLS_H
|
|
#define SYSCALLS_H
|
|
#include "../include/task.h"
|
|
|
|
void handle_syscall(TrapFrame *tf);
|
|
|
|
#endif |