Some stuff for utsname and skeleton for syscalls

This commit is contained in:
Kat R. 2022-10-29 10:04:39 -05:00
parent d7889d3a84
commit 15db278319
2 changed files with 19 additions and 0 deletions

6
include/kernel/syscall.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef _KERNEL_SYSCALL
#define _KERNEL_SYSCALL
int __syscall_uname(void *);
#endif