merge from libretro fork
[pcsx_rearmed.git] / frontend / plat_omap.h
1 #ifndef __PLAT_OMAP_H__
2 #define __PLAT_OMAP_H__
3
4 void plat_omap_init(void);
5 void plat_omap_finish(void);
6 void plat_omap_gvideo_open(void);
7
8 #endif /* __PLAT_OMAP_H__ */