logohack exit on escape
[bootcensus] / src / video.h
diff --git a/src/video.h b/src/video.h
new file mode 100644 (file)
index 0000000..645675a
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef VIDEO_H_
+#define VIDEO_H_
+
+void set_vga_mode(int mode);
+
+/* defined in video_asm.s */
+void wait_vsync(void);
+
+#endif /* VIDEO_H_ */