aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2013-06-25 00:31:46 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2013-08-07 03:46:44 -0400
commitc45f60d04ba20a48fd69378fdcb0c4e45020bd96 (patch)
tree20370d352f5d4cf6ffdf2881d6881fc3e2413637 /include/uapi/linux
parent16bd98f3efcbde0c48944e81a35270008edcd953 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/sched.h b/include/uapi/linux/sched.h
index 5a0f945927ac..6a7b1b7cb48e 100644
--- a/include/uapi/linux/sched.h
+++ b/include/uapi/linux/sched.h
@@ -39,6 +39,7 @@
39#define SCHED_BATCH 3 39#define SCHED_BATCH 3
40/* SCHED_ISO: reserved but not implemented yet */ 40/* SCHED_ISO: reserved but not implemented yet */
41#define SCHED_IDLE 5 41#define SCHED_IDLE 5
42#define SCHED_LITMUS 6
42/* 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 */
43#define SCHED_RESET_ON_FORK 0x40000000 44#define SCHED_RESET_ON_FORK 0x40000000
44 45