Various Changes
[tpg/acess2.git] / Kernel / include / syscalls.h
index 743a1ca..a615c37 100644 (file)
@@ -55,6 +55,7 @@ enum eSyscalls {
        SYS_TELL,       // 77 - Return the current file position
        SYS_CHDIR,      // 78 - Change current directory
        SYS_GETCWD,     // 79 - Get current directory
+       SYS_MOUNT,      // 80 - Mount a filesystem
        NUM_SYSCALLS,
        SYS_DEBUG = 0x100       // 0x100 - Print a debug string
 };
@@ -73,6 +74,6 @@ static const char *cSYSCALL_NAMES[] = {
        "","","","","SYS_OPEN","SYS_REOPEN",
        "SYS_CLOSE","SYS_READ","SYS_WRITE","SYS_IOCTL","SYS_READDIR","SYS_MKDIR",
        "SYS_SYMLINK","SYS_GETACL","SYS_SETACL","SYS_FINFO","SYS_SEEK","SYS_TELL",
-       "SYS_CHDIR","SYS_GETCWD",""
+       "SYS_CHDIR","SYS_GETCWD","SYS_MOUNT",""
 };
 #endif

UCC git Repository :: git.ucc.asn.au