basic process support and some syscalls
[lunaix-os.git] / lunaix-os / includes / lunaix / proc.h
1 #ifndef __LUNAIX_SYS_H
2 #define __LUNAIX_SYS_H
3
4 #include <lunaix/syscall.h>
5
6 __LXSYSCALL1(void, exit, int, status)
7
8 __LXSYSCALL(void, yield)
9
10 #endif /* __LUNAIX_SYS_H */