X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Fvt_kern.h;h=e0db669998f3e98ff72dbc02ca230aad82c8a75c;hb=6b06d2cc6d52830e3e0c001006b26255f47184dd;hp=1009d3fe1fc214e8eb920e207483ebdd7d35f1b3;hpb=1c7da74c4aab595a994beb5fe728ebf0d0b41f59;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index 1009d3fe1fc..e0db669998f 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h @@ -83,5 +83,13 @@ void reset_vc(struct vc_data *vc); #define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE) extern char con_buf[CON_BUF_SIZE]; extern struct semaphore con_buf_sem; +extern char vt_dont_switch; + +struct vt_spawn_console { + spinlock_t lock; + struct pid *pid; + int sig; +}; +extern struct vt_spawn_console vt_spawn_con; #endif /* _VT_KERN_H */