X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=seabios.git;a=blobdiff_plain;f=vgasrc%2Fclext.h;h=3d8350787ff35f2e01a1226eb984a146b92b2e32;hp=2c4ceefa64113487bf0920d43c4ceebb2543cdf7;hb=987029a971f6b1a6b42b17b9cf30b4069866ed96;hpb=a96d4909c1fe146fbd7d98703ef7d1fe586ecca1 diff --git a/vgasrc/clext.h b/vgasrc/clext.h index 2c4ceef..3d83507 100644 --- a/vgasrc/clext.h +++ b/vgasrc/clext.h @@ -12,8 +12,8 @@ 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); -int clext_init(void); struct bregs; void clext_1012(struct bregs *regs); +int clext_init(void); #endif // clext.h