refactor vesa mode setting code and bootsplash code
[coreboot.git] / src / devices / oprom / include / vbe.h
index b87b0d55061f6fda01183f3c7adb8986841d5127..f857b67af22bde35d8bd730c771b0bc48dfc8969 100644 (file)
@@ -104,9 +104,11 @@ typedef struct {
 
 struct lb_framebuffer;
 
-void vbe_set_graphics(void); // yabel only
-
-void fill_lb_framebuffer(struct lb_framebuffer *framebuffer);
+void vbe_set_graphics(void);
 void vbe_textmode_console(void);
+void fill_lb_framebuffer(struct lb_framebuffer *framebuffer);
 
+#define VESA_GET_INFO          0x4f00
+#define VESA_GET_MODE_INFO     0x4f01
+#define VESA_SET_MODE          0x4f02