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