diff options
Diffstat (limited to 'src/devices/oprom/include')
-rw-r--r-- | src/devices/oprom/include/vbe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/oprom/include/vbe.h b/src/devices/oprom/include/vbe.h index f857b67af2..ab26d59bf6 100644 --- a/src/devices/oprom/include/vbe.h +++ b/src/devices/oprom/include/vbe.h @@ -105,6 +105,9 @@ typedef struct { struct lb_framebuffer; void vbe_set_graphics(void); +// A way to check if mode information collected by vbe_set_graphics is valid +// and fill_lb_framebuffer will have real information to use. +int vbe_mode_info_valid(void); void vbe_textmode_console(void); void fill_lb_framebuffer(struct lb_framebuffer *framebuffer); |