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 568042290c0b..3344185dd3b2 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -222,6 +222,7 @@ extern int panic_on_unrecovered_nmi;
222extern int tainted; 222extern int tainted;
223extern const char *print_tainted(void); 223extern const char *print_tainted(void);
224extern void add_taint(unsigned); 224extern void add_taint(unsigned);
225extern int root_mountflags;
225 226
226/* Values used for system_state */ 227/* Values used for system_state */
227extern enum system_states { 228extern enum system_states {