eb622e18058174ea2a1da657b5700efa2144fc4d
[lunaix-os.git] / lunaix-os / usr / libc / includes / lunaix / syscall.h
1 #ifndef __LUNALIBC_OSDEPS_SYSCALL_H
2 #define __LUNALIBC_OSDEPS_SYSCALL_H
3
4 #include <lunaix/syscallid.h>
5
6 extern unsigned long
7 do_lunaix_syscall(unsigned long call_id, ...);
8
9 #endif /* __LUNALIBC_OSDEPS_SYSCALL_H */