supporting caanoo, line doublers, refactoring
[libpicofe.git] / gp2x / plat_gp2x.h
index 5a59452..c77e061 100644 (file)
@@ -12,4 +12,18 @@ void gp2x_make_fb_bufferable(int yes);
 /* input */
 int gp2x_touchpad_read(int *x, int *y);
 
+/* misc */
+enum {
+       GP2X_DEV_GP2X = 1,
+       GP2X_DEV_WIZ,
+       GP2X_DEV_CAANOO,
+};
+extern int gp2x_dev_id;
+extern int gp2x_current_bpp;
+
+unsigned int plat_get_ticks_ms_good(void);
+unsigned int plat_get_ticks_us_good(void);
+
+void gp2x_menu_init(void);
+
 #endif