]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/vt_kern.h
V4L/DVB (5270): Add VIDIOC_G_ENC_INDEX ioctl
[linux-2.6-omap-h63xx.git] / include / linux / vt_kern.h
index 1009d3fe1fc214e8eb920e207483ebdd7d35f1b3..37a1a41f5b65cbd06a0e71ccb17c3304160a9594 100644 (file)
@@ -84,4 +84,11 @@ void reset_vc(struct vc_data *vc);
 extern char con_buf[CON_BUF_SIZE];
 extern struct semaphore con_buf_sem;
 
+struct vt_spawn_console {
+       spinlock_t lock;
+       struct pid *pid;
+       int sig;
+};
+extern struct vt_spawn_console vt_spawn_con;
+
 #endif /* _VT_KERN_H */