UBUNTU: SAUCE: vt -- allow grub to request automatic vt_handoff
[linux-flexiantxendom0-natty.git] / include / linux / screen_info.h
index 899fbb4..e699dd4 100644 (file)
@@ -67,6 +67,7 @@ struct screen_info {
 #define VIDEO_TYPE_EFI         0x70    /* EFI graphic mode             */
 
 #define VIDEO_FLAGS_NOCURSOR   (1 << 0) /* The video mode has no cursor set */
+#define VIDEO_FLAGS_HANDOFF    (1 << 1) /* Video buffer is alredy painted */
 
 #ifdef __KERNEL__
 extern struct screen_info screen_info;