Ingo Molnar | 3f07c01 | 2017-02-08 18:51:30 +0100 | [diff] [blame] | 1 | #ifndef _LINUX_SCHED_SIGNAL_H |
| 2 | #define _LINUX_SCHED_SIGNAL_H |
| 3 | |
Ingo Molnar | f361bf4 | 2017-02-03 23:47:37 +0100 | [diff] [blame] | 4 | #include <linux/signal.h> |
Ingo Molnar | 5b825c3 | 2017-02-02 17:54:15 +0100 | [diff] [blame] | 5 | #include <linux/cred.h> |
Ingo Molnar | 3f07c01 | 2017-02-08 18:51:30 +0100 | [diff] [blame] | 6 | #include <linux/sched.h> |
Ingo Molnar | 1e4bae6 | 2017-02-08 18:51:32 +0100 | [diff] [blame] | 7 | #include <linux/sched/jobctl.h> |
Ingo Molnar | 3f07c01 | 2017-02-08 18:51:30 +0100 | [diff] [blame] | 8 | |
| 9 | #endif /* _LINUX_SCHED_SIGNAL_H */ |