diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cpu.h b/include/cpu.h index 6dbaa74..9bda3e8 100644 --- a/include/cpu.h +++ b/include/cpu.h @@ -90,6 +90,7 @@ static inline void* getirqstack(void) #define SYS_YIELD 0 #define SYS_TIME 1 #define SYS_SCHED 2 +#define SYS_YIELD_HIGH 2 #define SYS_FREE_STACK 3 #define SYS_LOCK 4 #define SYS_UNLOCK 5 |