7d486a393cb0986ec7d27e47cd51a030a2e5245f
[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