aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/vgabios.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-02-04 11:59:02 -0500
committerKevin O'Connor <kevin@koconnor.net>2012-02-04 12:41:04 -0500
commit9f857fc97c0cdfa6f18a43d1548cd91014766c26 (patch)
treed29ce56a23daba62d97193833997f20cab2ae8f6 /vgasrc/vgabios.h
parente737b178e1232c4bec4bd5da721806a9dc176e15 (diff)
downloadseabios-9f857fc97c0cdfa6f18a43d1548cd91014766c26.tar.gz
vgabios: Move save/restore state code from vgabios.c to stdvga.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/vgabios.h')
-rw-r--r--vgasrc/vgabios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vgasrc/vgabios.h b/vgasrc/vgabios.h
index 0aff6849..76ecb88a 100644
--- a/vgasrc/vgabios.h
+++ b/vgasrc/vgabios.h
@@ -85,6 +85,8 @@ struct cursorpos {
};
int vga_bpp(struct vgamode_s *vmode_g);
u16 calc_page_size(u8 memmodel, u16 width, u16 height);
+void save_bda_state(u16 seg, struct saveBDAstate *info);
+void restore_bda_state(u16 seg, struct saveBDAstate *info);
struct vgamode_s *get_current_mode(void);
int vga_set_mode(int mode, int flags);