vgabios: Unify X_set_mode() functions.
[seabios.git] / vgasrc / bochsvga.h
index f0263d71cab86465a7ff9f434af2f5bd6308ee20..af60503b26adbb1cd51dd11e084ed5eb21d597bd 100644 (file)
@@ -59,7 +59,7 @@ int bochsvga_list_modes(u16 seg, u16 ptr);
 struct vbe_modeinfo;
 int bochsvga_mode_info(u16 mode, struct vbe_modeinfo *info);
 void bochsvga_hires_enable(int enable);
-void bochsvga_set_mode(u16 mode, struct vbe_modeinfo *info);
+int bochsvga_set_mode(int mode, int flags);
 void bochsvga_clear_scr(void);
 int bochsvga_hires_enabled(void);
 u16 bochsvga_curr_mode(void);