aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2015-08-09 07:18:46 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2017-05-26 17:12:25 -0400
commitb70b13813dbfb444320023d3120f00c80c5ba052 (patch)
treec36501d3bfaf6fa862aaafe41e46580d3b182dc9 /include/uapi/linux
parentff34630ceb91174ab0d6cec03e00e2c2fa6585b4 (diff)
Introduce main LITMUS^RT header
This patch adds a basic litmus/litmus.h, which is required for basic LITMUS^RT infrastructure to compile.
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/sched.h b/include/uapi/linux/sched.h
index 5f0fe019a720..105f4570dc56 100644
--- a/include/uapi/linux/sched.h
+++ b/include/uapi/linux/sched.h
@@ -39,7 +39,7 @@
39/* SCHED_ISO: reserved but not implemented yet */ 39/* SCHED_ISO: reserved but not implemented yet */
40#define SCHED_IDLE 5 40#define SCHED_IDLE 5
41#define SCHED_DEADLINE 6 41#define SCHED_DEADLINE 6
42 42#define SCHED_LITMUS 7
43/* Can be ORed in to make sure the process is reverted back to SCHED_NORMAL on fork */ 43/* Can be ORed in to make sure the process is reverted back to SCHED_NORMAL on fork */
44#define SCHED_RESET_ON_FORK 0x40000000 44#define SCHED_RESET_ON_FORK 0x40000000
45 45