aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plat.h')
-rw-r--r--frontend/plat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/plat.h b/frontend/plat.h
index 6a22035..9076cd5 100644
--- a/frontend/plat.h
+++ b/frontend/plat.h
@@ -5,5 +5,11 @@ int plat_cpu_clock_get(void);
int plat_cpu_clock_apply(int cpu_clock);
int plat_get_bat_capacity(void);
+// indirectly called from GPU plugin
+void plat_gvideo_open(void);
+void *plat_gvideo_set_mode(int *w, int *h, int *bpp);
+void *plat_gvideo_flip(void);
+void plat_gvideo_close(void);
+
// XXX
int plat_pandora_init(void);