X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Fplat_omap.h;h=151f09cdc2e77a08a376c759f2cfa20c16b263ef;hb=908e426cc1ef2187357ed8fb59edd99b8a8060c9;hp=e47410a39798f537eb8afca89f3a1c5141b15f67;hpb=996dfb25c3a7ef8a485c3ce394a532cb0ee2e5c2;p=pcsx_rearmed.git diff --git a/frontend/plat_omap.h b/frontend/plat_omap.h index e47410a3..151f09cd 100644 --- a/frontend/plat_omap.h +++ b/frontend/plat_omap.h @@ -1,5 +1,8 @@ +#ifndef __PLAT_OMAP_H__ +#define __PLAT_OMAP_H__ void plat_omap_init(void); void plat_omap_finish(void); void plat_omap_gvideo_open(void); +#endif /* __PLAT_OMAP_H__ */