logohack exit on escape
[bootcensus] / src / video.h
1 #ifndef VIDEO_H_
2 #define VIDEO_H_
3
4 void set_vga_mode(int mode);
5
6 /* defined in video_asm.s */
7 void wait_vsync(void);
8
9 #endif  /* VIDEO_H_ */