merge from libretro fork
[pcsx_rearmed.git] / plugins / dfsound / spu_c64x.h
index 7c4d565..56ede38 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef __P_SPU_C64X_H__
+#define __P_SPU_C64X_H__
+
 #define COMPONENT_NAME "pcsxr_spu"
 
 enum {
@@ -26,3 +29,5 @@ struct region_mem {
 };
 
 #define ACTIVE_CNT 3
+
+#endif /* __P_SPU_C64X_H__ */