aboutsummaryrefslogtreecommitdiff
path: root/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cpu.h')
-rw-r--r--include/cpu.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/cpu.h b/include/cpu.h
index bac80e8..0f4993f 100644
--- a/include/cpu.h
+++ b/include/cpu.h
@@ -95,8 +95,9 @@ __attribute__((always_inline)) static inline unsigned long long get_sys_time(voi
return t.llv;
}
-#define SYS_YIELD 0
-#define SYS_TIME 1
-#define SYS_SCHED 2
+#define SYS_YIELD 0
+#define SYS_TIME 1
+#define SYS_SCHED 2
+#define SYS_FREE_STACK 3
#endif