]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/console_struct.h
[NETFILTER]: nf_log: make nf_log_unregister_pf return void
[linux-2.6-omap-h63xx.git] / include / linux / console_struct.h
index ed6c0fee1ac76fa5af1e0ed27c26a6b6fbc86395..a86162b26c0dde5a349a81129e67b74f1506d821 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <linux/wait.h>
 #include <linux/vt.h>
+#include <linux/workqueue.h>
 
 struct vt_struct;
 
@@ -103,6 +104,7 @@ struct vc_data {
 
 struct vc {
        struct vc_data *d;
+       struct work_struct SAK_work;
 
        /* might add  scrmem, vt_struct, kbd  at some time,
           to have everything in one place - the disadvantage
@@ -110,6 +112,7 @@ struct vc {
 };
 
 extern struct vc vc_cons [MAX_NR_CONSOLES];
+extern void vc_SAK(struct work_struct *work);
 
 #define CUR_DEF                0
 #define CUR_NONE       1