aboutsummaryrefslogtreecommitdiff
path: root/src/graphics/lfb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/lfb.h')
-rw-r--r--src/graphics/lfb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/graphics/lfb.h b/src/graphics/lfb.h
new file mode 100644
index 0000000..4ce6163
--- /dev/null
+++ b/src/graphics/lfb.h
@@ -0,0 +1,7 @@
+#ifndef GRAPHICS_LFB_H
+#define GRAPHICS_LFB_H
+
+void lfb_init();
+void lfb_showpicture();
+
+#endif