make rule for user header file install
[lunaix-os.git] / lunaix-os / usr / libc / includes / syscall.h
diff --git a/lunaix-os/usr/libc/includes/syscall.h b/lunaix-os/usr/libc/includes/syscall.h
new file mode 100644 (file)
index 0000000..4ec2a2a
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __LUNALIBC_SYSCALL_H
+#define __LUNALIBC_SYSCALL_H
+
+#include <lunaix/syscallid.h>
+
+unsigned long do_lunaix_syscall(int num, ...);
+
+#endif /* __LUNALIBC_SYSCALL_H */