X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=vgasrc%2Fclext.h;h=3d8350787ff35f2e01a1226eb984a146b92b2e32;hb=987029a971f6b1a6b42b17b9cf30b4069866ed96;hp=b300cf4e78aea82acaa362bdfa5e64c4e94b4ffe;hpb=9961f9958cbc169c531dbdb7c3a8f71d4f79d0c1;p=seabios.git diff --git a/vgasrc/clext.h b/vgasrc/clext.h index b300cf4..3d83507 100644 --- a/vgasrc/clext.h +++ b/vgasrc/clext.h @@ -4,12 +4,16 @@ #include "types.h" // u16 struct vgamode_s *clext_find_mode(int mode); +void clext_list_modes(u16 seg, u16 *dest, u16 *last); int clext_get_window(struct vgamode_s *vmode_g, int window); int clext_set_window(struct vgamode_s *vmode_g, int window, int val); +int clext_get_linelength(struct vgamode_s *vmode_g); +int clext_set_linelength(struct vgamode_s *vmode_g, int val); +int clext_get_displaystart(struct vgamode_s *vmode_g); +int clext_set_displaystart(struct vgamode_s *vmode_g, int val); int clext_set_mode(struct vgamode_s *vmode_g, int flags); -void clext_list_modes(u16 seg, u16 *dest, u16 *last); -int clext_init(void); struct bregs; void clext_1012(struct bregs *regs); +int clext_init(void); #endif // clext.h