summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/sched
diff options
context:
space:
mode:
authorIngo Molnar2017-02-01 18:07:51 +0100
committerIngo Molnar2017-03-02 08:42:27 +0100
commitae7e81c077d60507dcec139e40a6d10cf932cf4b (patch)
tree1cbf2ecc1d72680cb3dad5eb6174ded450585ac3 /include/uapi/linux/sched
parentsched/headers: Prepare for new header dependencies before moving code to <lin... (diff)
downloadkernel-qcow2-linux-ae7e81c077d60507dcec139e40a6d10cf932cf4b.tar.gz
kernel-qcow2-linux-ae7e81c077d60507dcec139e40a6d10cf932cf4b.tar.xz
kernel-qcow2-linux-ae7e81c077d60507dcec139e40a6d10cf932cf4b.zip
sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>
We are going to move scheduler ABI details to <uapi/linux/sched/types.h>, which will be used from a number of .c files. Create empty placeholder header that maps to <linux/types.h>. Include the new header in the files that are going to need it. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/uapi/linux/sched')
-rw-r--r--include/uapi/linux/sched/types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/sched/types.h b/include/uapi/linux/sched/types.h
new file mode 100644
index 000000000000..d162d315f4b5
--- /dev/null
+++ b/include/uapi/linux/sched/types.h
@@ -0,0 +1,6 @@
+#ifndef _UAPI_LINUX_SCHED_TYPES_H
+#define _UAPI_LINUX_SCHED_TYPES_H
+
+#include <linux/types.h>
+
+#endif /* _UAPI_LINUX_SCHED_TYPES_H */