vgabios: Create clext.h and use "clext_" as prefix for exported funcs.
[seabios.git] / vgasrc / clext.h
1 #ifndef __CLEXT_H
2 #define __CLEXT_H
3
4 #include "types.h" // u8
5
6 int clext_set_video_mode(u8 mode, u8 noclearmem);
7 void clext_init(void);
8
9 #endif // clext.h