Some stuff for utsname and skeleton for syscalls
This commit is contained in:
parent
d7889d3a84
commit
15db278319
2 changed files with 19 additions and 0 deletions
6
include/kernel/syscall.h
Normal file
6
include/kernel/syscall.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef _KERNEL_SYSCALL
|
||||
#define _KERNEL_SYSCALL
|
||||
|
||||
int __syscall_uname(void *);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue