summaryrefslogtreecommitdiff
path: root/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'fb.h')
-rw-r--r--fb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fb.h b/fb.h
index 6c23864..44c950c 100644
--- a/fb.h
+++ b/fb.h
@@ -2,5 +2,7 @@
#define FB_H
void fb_init(void);
+void fb_blank(void);
+void fb_loadimage(const char *path);
#endif