aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plat.h')
-rw-r--r--frontend/plat.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/frontend/plat.h b/frontend/plat.h
index 9076cd5..db66c57 100644
--- a/frontend/plat.h
+++ b/frontend/plat.h
@@ -6,10 +6,7 @@ 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_open(int is_pal);
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);