gl: clear w, h on reinit
[libpicofe.git] / gp2x / plat_gp2x.h
1 #ifndef __GP2X_H__
2 #define __GP2X_H__
3
4 extern int default_cpu_clock;
5
6 /* misc */
7 enum {
8         GP2X_DEV_GP2X = 1,
9         GP2X_DEV_WIZ,
10         GP2X_DEV_CAANOO,
11 };
12 extern int gp2x_dev_id;
13
14 unsigned int plat_get_ticks_ms_good(void);
15 unsigned int plat_get_ticks_us_good(void);
16
17 #endif