feat: rename(2), mount(2) and unmount(2)
[lunaix-os.git] / lunaix-os / includes / lunaix / syscall.h
index 1e205c20ccc3b71923d8a662dd9bfa7d1574b79d..5e0272fdd77c978d8813fcfd3dcb4b7447cf83be 100644 (file)
@@ -46,6 +46,9 @@
 #define __SYSCALL_chdir 38
 #define __SYSCALL_fchdir 39
 #define __SYSCALL_getcwd 40
 #define __SYSCALL_chdir 38
 #define __SYSCALL_fchdir 39
 #define __SYSCALL_getcwd 40
+#define __SYSCALL_rename 41
+#define __SYSCALL_mount 42
+#define __SYSCALL_unmount 43
 
 #define __SYSCALL_MAX 0x100
 
 
 #define __SYSCALL_MAX 0x100