Implement an ATA driver, Add vfsmount/vfsunmount syscalls
This commit is contained in:
@ -10,5 +10,7 @@
|
||||
#define SYS_SCHEDRELEASE 7
|
||||
#define SYS_DEVCTL 8
|
||||
#define SYS_RAND 9
|
||||
#define SYS_VFSMOUNT 10
|
||||
#define SYS_VFSUNMOUNT 11
|
||||
|
||||
#endif // SHARE_HDRS_SYSCALL_H_
|
||||
|
||||
Reference in New Issue
Block a user