vgabios: Add support for vbe get/set line length function.
[seabios.git] / vgasrc / vgabios.h
index 23d234ac1637e6a838f655ab54151334cdba21c4..aca95be168a5d7a24a3553df44c9abab863184b5 100644 (file)
@@ -82,6 +82,7 @@ struct carattr {
 struct cursorpos {
     u8 x, y, page;
 };
+int vga_bpp(struct vgamode_s *vmode_g);
 u16 calc_page_size(u8 memmodel, u16 width, u16 height);
 struct vgamode_s *get_current_mode(void);
 int vga_set_mode(int mode, int flags);