diff options
| author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 07:18:46 -0400 |
|---|---|---|
| committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 06:21:17 -0400 |
| commit | 9a645fe1e634842fff554258da495b864ffd5c74 (patch) | |
| tree | ffe7f4edfa88297a3302c494febfc246cf401ff6 /include/uapi | |
| parent | 013e33ea81d54ce418543a4a29a733504cb7b896 (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')
| -rw-r--r-- | include/uapi/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/sched.h b/include/uapi/linux/sched.h index cc89ddefa926..0b76972f1893 100644 --- a/include/uapi/linux/sched.h +++ b/include/uapi/linux/sched.h | |||
| @@ -40,7 +40,7 @@ | |||
| 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_DEADLINE 6 | 42 | #define SCHED_DEADLINE 6 |
| 43 | 43 | #define SCHED_LITMUS 7 | |
| 44 | /* Can be ORed in to make sure the process is reverted back to SCHED_NORMAL on fork */ | 44 | /* Can be ORed in to make sure the process is reverted back to SCHED_NORMAL on fork */ |
| 45 | #define SCHED_RESET_ON_FORK 0x40000000 | 45 | #define SCHED_RESET_ON_FORK 0x40000000 |
| 46 | 46 | ||
