aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kernel.h')
-rw-r--r--include/linux/kernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index b1e407a4fbda..73aa55a73334 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -181,6 +181,7 @@ extern enum system_states {
181 SYSTEM_HALT, 181 SYSTEM_HALT,
182 SYSTEM_POWER_OFF, 182 SYSTEM_POWER_OFF,
183 SYSTEM_RESTART, 183 SYSTEM_RESTART,
184 SYSTEM_SUSPEND_DISK,
184} system_state; 185} system_state;
185 186
186#define TAINT_PROPRIETARY_MODULE (1<<0) 187#define TAINT_PROPRIETARY_MODULE (1<<0)