]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/vt.h
vt: add an activate and lock
[karo-tx-linux.git] / include / linux / vt.h
index 831daf64b90c7f1ef30e1d65bd48c8d9d5dd5329..7afca0d72139f4993b089b5b1761c16f846f3434 100644 (file)
@@ -77,4 +77,11 @@ struct vt_event {
 
 #define VT_WAITEVENT   0x560E  /* Wait for an event */
 
+struct vt_setactivate {
+       unsigned int console;
+       struct vt_mode mode;
+};
+
+#define VT_SETACTIVATE 0x560F  /* Activate and set the mode of a console */
+
 #endif /* _LINUX_VT_H */