merge from libretro fork
[pcsx_rearmed.git] / libpcsxcore / gte_arm.h
index 6b240db..0288944 100644 (file)
@@ -15,6 +15,9 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses>.
  */
 
+#ifndef __GTE_ARM_H__
+#define __GTE_ARM_H__
+
 void gteRTPS_nf_arm(void *cp2_regs, int opcode);
 void gteRTPT_nf_arm(void *cp2_regs, int opcode);
 void gteNCLIP_arm(void *cp2_regs, int opcode);
@@ -28,3 +31,5 @@ void gteMACtoIR_lm0(void *cp2_regs);
 void gteMACtoIR_lm1(void *cp2_regs);
 void gteMACtoIR_lm0_nf(void *cp2_regs);
 void gteMACtoIR_lm1_nf(void *cp2_regs);
+
+#endif /* __GTE_ARM_H__ */