X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=seabios.git;a=blobdiff_plain;f=vgasrc%2Fvgabios.h;h=6a3a379738777a18a1e93d3c204177c1a2af19a4;hp=6895a3962bd1288e1ac6b3a0df6a636c486d999a;hb=4a73f933968e5cf6f2a6ce1ad87448dd6b136e48;hpb=0377602ae616e06fd2924dc3af0480cd13b545d4 diff --git a/vgasrc/vgabios.h b/vgasrc/vgabios.h index 6895a39..6a3a379 100644 --- a/vgasrc/vgabios.h +++ b/vgasrc/vgabios.h @@ -82,6 +82,7 @@ struct cursorpos { u8 x, y, page; }; u16 calc_page_size(u8 memmodel, u16 width, u16 height); +struct vgamode_s *get_current_mode(void); void modeswitch_set_bda(int mode, int flags, struct vgamode_s *vmode_g); // vgafb.c