7 lines
119 B
C
7 lines
119 B
C
#ifndef _KERNEL_SYS_SYSCALL_H
|
|
#define _KERNEL_SYS_SYSCALL_H
|
|
|
|
void syscall_init(void);
|
|
|
|
#endif // _KERNEL_SYS_SYSCALL_H
|