Framework for exporting system header to user space (#59)
[lunaix-os.git] / lunaix-os / includes / lunaix / syscall.h
index 1b9778f79b2a783e09b2509ab908a9a2bdbb637b..1460013961cb553db28e7d1c85f5e0c96741a41b 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __LUNAIX_SYSCALL_H
 #define __LUNAIX_SYSCALL_H
 
 #ifndef __LUNAIX_SYSCALL_H
 #define __LUNAIX_SYSCALL_H
 
-#include <usr/lunaix/syscallid.h>
+#define __SYSCALL_MAX 1024
 
 #ifndef __ASM__
 
 
 #ifndef __ASM__