X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=seabios.git;a=blobdiff_plain;f=vgasrc%2Fvgabios.h;fp=vgasrc%2Fvgabios.h;h=76ecb88a95f8dc116cdfd9fc87873aa4ec014a7d;hp=0aff68495f41f0c71452b0bb6fa949508b272820;hb=9f857fc97c0cdfa6f18a43d1548cd91014766c26;hpb=e737b178e1232c4bec4bd5da721806a9dc176e15 diff --git a/vgasrc/vgabios.h b/vgasrc/vgabios.h index 0aff684..76ecb88 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);