patch-2.3.46 linux/include/linux/console.h

Next file: linux/include/linux/devfs_fs.h
Previous file: linux/include/linux/cdrom.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.45/linux/include/linux/console.h linux/include/linux/console.h
@@ -16,6 +16,7 @@
 
 #include <linux/types.h>
 #include <linux/kdev_t.h>
+#include <linux/spinlock.h>
 
 struct vc_data;
 struct console_font_op;
@@ -89,6 +90,8 @@
 #define CON_PRINTBUFFER	(1)
 #define CON_CONSDEV	(2) /* Last on the command line */
 #define CON_ENABLED	(4)
+
+extern spinlock_t console_lock;
 
 struct console
 {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)