summaryrefslogtreecommitdiff
path: root/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'fb.h')
-rw-r--r--fb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fb.h b/fb.h
new file mode 100644
index 0000000..6c23864
--- /dev/null
+++ b/fb.h
@@ -0,0 +1,6 @@
+#ifndef FB_H
+#define FB_H
+
+void fb_init(void);
+
+#endif