First Hello world syscall
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
This commit is contained in:
6
kernel/sys/syscall.h
Normal file
6
kernel/sys/syscall.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _KERNEL_SYS_SYSCALL_H
|
||||
#define _KERNEL_SYS_SYSCALL_H
|
||||
|
||||
void syscall_init (void);
|
||||
|
||||
#endif // _KERNEL_SYS_SYSCALL_H
|
||||
Reference in New Issue
Block a user