raspberry pi port
[gpsp.git] / raspberrypi / rpi.h
CommitLineData
ffa573f8
D
1void gpsp_plat_init(void);
2void gpsp_plat_quit(void);
3
4#define PLAT_BUTTON_COUNT 17
5extern u32 button_plat_mask_to_config[PLAT_BUTTON_COUNT];
6
7void *fb_flip_screen(void);
8void fb_set_mode(int w, int h, int buffers, int scale, int filter, int filter2);
9void fb_wait_vsync(void);