X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=seabios.git;a=blobdiff_plain;f=vgasrc%2Fclext.h;h=a14cf1389540d784b9e5dc389ef841947cdcff59;hp=f337b65e20de98d0486d57e8da05a3cbeff08ea9;hb=e91ec7c7735eda163efc6ece9ac95e12e8adf497;hpb=e19a68f5acf441eb0c00cbd38f74e46ad4a288f3 diff --git a/vgasrc/clext.h b/vgasrc/clext.h index f337b65..a14cf13 100644 --- a/vgasrc/clext.h +++ b/vgasrc/clext.h @@ -1,11 +1,13 @@ #ifndef __CLEXT_H #define __CLEXT_H -#include "types.h" // u8 +#include "types.h" // u16 struct vgamode_s *clext_find_mode(int mode); int clext_set_mode(int mode, int flags); void clext_list_modes(u16 seg, u16 *dest, u16 *last); int clext_init(void); +struct bregs; +void clext_1012(struct bregs *regs); #endif // clext.h