diff options
Diffstat (limited to 'linux-headers/include/linux/sched.h')
-rw-r--r-- | linux-headers/include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-headers/include/linux/sched.h b/linux-headers/include/linux/sched.h index ca3aa1e..d2b542b 100644 --- a/linux-headers/include/linux/sched.h +++ b/linux-headers/include/linux/sched.h @@ -118,6 +118,7 @@ struct clone_args { /* SCHED_ISO: reserved but not implemented yet */ #define SCHED_IDLE 5 #define SCHED_DEADLINE 6 +#define SCHED_EXT 7 /* Can be ORed in to make sure the process is reverted back to SCHED_NORMAL on fork */ #define SCHED_RESET_ON_FORK 0x40000000 |