gpsp/raspberrypi/rpi.h

11 lines
328 B
C
Raw Normal View History

2013-03-04 22:28:03 +01:00
void gpsp_plat_init(void);
void gpsp_plat_quit(void);
#define PLAT_BUTTON_COUNT 17
2013-03-19 23:23:01 +01:00
#define PLAT_MENU_BUTTON -1 // have one hardcoded
2013-03-04 22:28:03 +01:00
extern u32 button_plat_mask_to_config[PLAT_BUTTON_COUNT];
void *fb_flip_screen(void);
void fb_set_mode(int w, int h, int buffers, int scale, int filter, int filter2);
void fb_wait_vsync(void);