vgabios: Move stdvga_set_mode() to stdvgamodes.c.
[seabios.git] / vgasrc / bochsvga.h
index 26a82e028a49b2794eefe089dd323164817e6bcc..d36c92a33aec4ab94c7eefbd04c86489578e99cd 100644 (file)
@@ -57,6 +57,10 @@ void bochsvga_list_modes(u16 seg, u16 *dest, u16 *last);
 struct vgamode_s *bochsvga_find_mode(int mode);
 int bochsvga_get_window(struct vgamode_s *vmode_g, int window);
 int bochsvga_set_window(struct vgamode_s *vmode_g, int window, int val);
+int bochsvga_get_linelength(struct vgamode_s *vmode_g);
+int bochsvga_set_linelength(struct vgamode_s *vmode_g, int val);
+int bochsvga_get_displaystart(struct vgamode_s *vmode_g);
+int bochsvga_set_displaystart(struct vgamode_s *vmode_g, int val);
 int bochsvga_set_mode(struct vgamode_s *vmode_g, int flags);
 
 #endif // bochsvga.h