aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/signal_types.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-03 23:43:50 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-02 08:42:37 +0100
commite6d930b4e0115eb0732eec0efb11c3b09a8000fc (patch)
tree1486deec77b61eb71c8b02e33ae7160f014a8dc9 /include/linux/signal_types.h
parentsched/headers: Prepare to move the 'root_task_group' declaration to <linux/sched/autogroup.h> (diff)
downloadlinux-dev-e6d930b4e0115eb0732eec0efb11c3b09a8000fc.tar.xz
linux-dev-e6d930b4e0115eb0732eec0efb11c3b09a8000fc.zip
signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h>
Introduce dummy header and add dependencies to places that will depend on 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 '')
-rw-r--r--include/linux/signal_types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/signal_types.h b/include/linux/signal_types.h
new file mode 100644
index 000000000000..28799c88f490
--- /dev/null
+++ b/include/linux/signal_types.h
@@ -0,0 +1,7 @@
+#ifndef _LINUX_SIGNAL_TYPES_H
+#define _LINUX_SIGNAL_TYPES_H
+
+#include <linux/list.h>
+#include <uapi/linux/signal.h>
+
+#endif /* _LINUX_SIGNAL_TYPES_H */