X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=vgasrc%2Fstdvga.h;h=c19b21f534702a3731e3d3ee2a6217f3ef030ce1;hb=69b01cbdb3a1644dc9a8a56e5564339f91b789ab;hp=abda6069bfe3f6e76bf5541d490101abb437f40d;hpb=3471fdbe63f9e982ae979094b6b3e7562dae1021;p=seabios.git diff --git a/vgasrc/stdvga.h b/vgasrc/stdvga.h index abda606..c19b21f 100644 --- a/vgasrc/stdvga.h +++ b/vgasrc/stdvga.h @@ -82,8 +82,10 @@ struct saveDACcolors { u8 color_select; }; -// vgatables.c +// stdvgamodes.c struct vgamode_s *stdvga_find_mode(int mode); +void stdvga_build_video_param(void); +void stdvga_override_crtc(int mode, u8 *crtc); // stdvgaio.c u8 stdvga_pelmask_read(void);