vgabios: Extract out current mode finding into new function.
[seabios.git] / vgasrc / vgabios.h
index 6895a3962bd1288e1ac6b3a0df6a636c486d999a..6a3a379738777a18a1e93d3c204177c1a2af19a4 100644 (file)
@@ -82,6 +82,7 @@ struct cursorpos {
     u8 x, y, page;
 };
 u16 calc_page_size(u8 memmodel, u16 width, u16 height);
+struct vgamode_s *get_current_mode(void);
 void modeswitch_set_bda(int mode, int flags, struct vgamode_s *vmode_g);
 
 // vgafb.c