Framework for exporting system header to user space (#59)
[lunaix-os.git] / lunaix-os / usr / libc / includes / syscall.h
1 #ifndef __LUNALIBC_SYSCALL_H
2 #define __LUNALIBC_SYSCALL_H
3
4 #include <lunaix/syscallid.h>
5
6 unsigned long do_lunaix_syscall(int num, ...);
7
8 #endif /* __LUNALIBC_SYSCALL_H */