X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=seabios.git;a=blobdiff_plain;f=vgasrc%2Fclext.h;h=e344639e03f47e2e4c088fa21a958749906288d4;hp=6fd0a581da4b6c67044eb7bd97aa4aaba5b134ed;hb=c4a0b976c06837636533d561c59d22feb03baec3;hpb=10dff3db247d07df8fcc83806f8e660ba2b3b6c2 diff --git a/vgasrc/clext.h b/vgasrc/clext.h index 6fd0a58..e344639 100644 --- a/vgasrc/clext.h +++ b/vgasrc/clext.h @@ -3,6 +3,7 @@ #include "types.h" // u8 +struct vgamode_s *clext_find_mode(int mode); int clext_set_mode(int mode, int flags); int clext_init(void);