aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plugin_lib.h')
-rw-r--r--frontend/plugin_lib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h
new file mode 100644
index 0000000..03afc86
--- /dev/null
+++ b/frontend/plugin_lib.h
@@ -0,0 +1,7 @@
+
+extern void *pl_fbdev_buf;
+
+int pl_fbdev_init(void);
+int pl_fbdev_set_mode(int w, int h, int bpp);
+void *pl_fbdev_flip(void);
+void pl_fbdev_finish(void);