645675a7af4126e82f1400bd3c89a92176505dff
[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_ */