summaryrefslogtreecommitdiff
path: root/gp2x/gp2x.h
diff options
context:
space:
mode:
Diffstat (limited to 'gp2x/gp2x.h')
-rw-r--r--gp2x/gp2x.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gp2x/gp2x.h b/gp2x/gp2x.h
index 15b4a90..df7d141 100644
--- a/gp2x/gp2x.h
+++ b/gp2x/gp2x.h
@@ -51,4 +51,9 @@ void set_940_Div(u16 div);
s32 gp2x_load_mmuhack();
+/* wiz only */
+extern void *gpsp_gp2x_screen;
+void fb_use_buffers(int count);
+void pollux_video_flip();
+
#endif