aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/vt_kern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h
index 699b7e9864fa..feb5e99a1079 100644
--- a/include/linux/vt_kern.h
+++ b/include/linux/vt_kern.h
@@ -87,6 +87,7 @@ extern int unbind_con_driver(const struct consw *csw, int first, int last,
87extern char con_buf[CON_BUF_SIZE]; 87extern char con_buf[CON_BUF_SIZE];
88extern struct mutex con_buf_mtx; 88extern struct mutex con_buf_mtx;
89extern char vt_dont_switch; 89extern char vt_dont_switch;
90extern int default_utf8;
90 91
91struct vt_spawn_console { 92struct vt_spawn_console {
92 spinlock_t lock; 93 spinlock_t lock;