From 9a4698af6ee4c095a97b8800d2d5f0a4bb282b15 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Mon, 7 Jun 2010 16:39:45 -0500 Subject: Add task control syscalls. --- src/include/kernel/syscalls.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/kernel/syscalls.H') diff --git a/src/include/kernel/syscalls.H b/src/include/kernel/syscalls.H index a7a0ef6b7..826ac93b9 100644 --- a/src/include/kernel/syscalls.H +++ b/src/include/kernel/syscalls.H @@ -6,6 +6,9 @@ namespace Systemcalls enum SysCalls { TASK_YIELD = 0, + TASK_START, + TASK_END, + TASK_GETTID, SYSCALL_MAX }; -- cgit v1.2.3