Changes in kernel/generic/src/syscall/syscall.c [f35749e:11909ce3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/syscall/syscall.c
rf35749e r11909ce3 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda3 2 * Copyright (c) 2005 Martin Decky 4 3 * All rights reserved. … … 41 40 #include <proc/task.h> 42 41 #include <proc/program.h> 43 #include <main/shutdown.h>44 42 #include <mm/as.h> 45 43 #include <mm/page.h> … … 61 59 /* System management syscalls. */ 62 60 [SYS_KIO] = (syshandler_t) sys_kio, 63 [SYS_REBOOT] = (syshandler_t) sys_reboot,64 61 65 62 /* Thread and task related syscalls. */
Note:
See TracChangeset
for help on using the changeset viewer.