]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - include/linux/fb.h
vga_switcheroo: initial implementation (v15)
[linux-2.6.git] / include / linux / fb.h
index 369767bd873efe5bafedb6b5936982952848a914..c10163b4c40e18e26fca70c76420fc8ceb10ad8b 100644 (file)
@@ -543,6 +543,8 @@ struct fb_cursor_user {
 #define FB_EVENT_GET_REQ                0x0D
 /*      Unbind from the console if possible */
 #define FB_EVENT_FB_UNBIND              0x0E
+/*      CONSOLE-SPECIFIC: remap all consoles to new fb - for vga switcheroo */
+#define FB_EVENT_REMAP_ALL_CONSOLE      0x0F
 
 struct fb_event {
        struct fb_info *info;