diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-01-09 20:21:31 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-01-14 17:19:30 -0500 |
commit | c4a0b976c06837636533d561c59d22feb03baec3 (patch) | |
tree | e02d59e02e20df00207dead0533f6c8e8b7fc282 /vgasrc/bochsvga.h | |
parent | 10dff3db247d07df8fcc83806f8e660ba2b3b6c2 (diff) | |
download | seabios-c4a0b976c06837636533d561c59d22feb03baec3.tar.gz |
vgabios: Use vgamode_s in cirrus and bochsvga mode tables.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/bochsvga.h')
-rw-r--r-- | vgasrc/bochsvga.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vgasrc/bochsvga.h b/vgasrc/bochsvga.h index 32554d59..963b0d3e 100644 --- a/vgasrc/bochsvga.h +++ b/vgasrc/bochsvga.h @@ -59,6 +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); +struct vgamode_s *bochsvga_find_mode(int mode); int bochsvga_set_mode(int mode, int flags); void bochsvga_clear_scr(void); int bochsvga_hires_enabled(void); |