aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/arm/linkage_offsets.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/new_dynarec/arm/linkage_offsets.h')
-rw-r--r--libpcsxcore/new_dynarec/arm/linkage_offsets.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpcsxcore/new_dynarec/arm/linkage_offsets.h b/libpcsxcore/new_dynarec/arm/linkage_offsets.h
index f7e1911..c7abff0 100644
--- a/libpcsxcore/new_dynarec/arm/linkage_offsets.h
+++ b/libpcsxcore/new_dynarec/arm/linkage_offsets.h
@@ -1,3 +1,5 @@
+#ifndef __LINKAGE_OFFSETS_H__
+#define __LINKAGE_OFFSETS_H__
#define LO_next_interupt 64
#define LO_cycle_count (LO_next_interupt + 4)
@@ -39,3 +41,5 @@
#define LO_FCR31 (LO_align0)
#define LO_cop2_to_scratch_buf (LO_scratch_buf_ptr - LO_reg_cop2d)
+
+#endif /* __LINKAGE_OFFSETS_H__ */