X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplat_omap.h;h=151f09cdc2e77a08a376c759f2cfa20c16b263ef;hb=7a8d521fba9c86ae7b51369ce061bf63112b745f;hp=e47410a39798f537eb8afca89f3a1c5141b15f67;hpb=ab423939f0af46542bb23000e77a30976c8c2335;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__ */