diff options
Diffstat (limited to 'src/include/kernel/syscalls.H')
| -rw-r--r-- | src/include/kernel/syscalls.H | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/kernel/syscalls.H b/src/include/kernel/syscalls.H index f31526868..2a3ba6095 100644 --- a/src/include/kernel/syscalls.H +++ b/src/include/kernel/syscalls.H @@ -110,6 +110,12 @@ namespace Systemcalls /** mm_virt_to_phys() */ MM_VIRT_TO_PHYS, + /** mm_extend() */ + MM_EXTEND, + + /** mm_linear_map() */ + MM_LINEAR_MAP, + SYSCALL_MAX }; |

