From 30956118f25ae50e8427c75bb1776d9580a98cf7 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Mon, 14 Feb 2022 11:21:37 -0700 Subject: Priority Inversion Protection --- include/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.1