FENIX_kernel/include/kernel/syscall.h

6 lines
85 B
C

#ifndef _KERNEL_SYSCALL
#define _KERNEL_SYSCALL
int __syscall_uname(void *);
#endif