aboutsummaryrefslogtreecommitdiff
path: root/plugins/spunull
diff options
context:
space:
mode:
authorAutechre2020-08-04 17:40:56 +0200
committerGitHub2020-08-04 17:40:56 +0200
commitedfb913768c9ebd50a0ba810697e2ab7056bcc3e (patch)
tree7a12bf7b69f7f47fa3fed0d625530a3250d81be7 /plugins/spunull
parent31afa58d0576516307bb1f634bd23595d676f2f3 (diff)
parent908e426cc1ef2187357ed8fb59edd99b8a8060c9 (diff)
downloadpcsx_rearmed-edfb913768c9ebd50a0ba810697e2ab7056bcc3e.tar.gz
pcsx_rearmed-edfb913768c9ebd50a0ba810697e2ab7056bcc3e.tar.bz2
pcsx_rearmed-edfb913768c9ebd50a0ba810697e2ab7056bcc3e.zip
Merge pull request #443 from negativeExponent/add-header-guards
Add header guards
Diffstat (limited to 'plugins/spunull')
-rw-r--r--plugins/spunull/register.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/spunull/register.h b/plugins/spunull/register.h
index 52128b7..2e0b892 100644
--- a/plugins/spunull/register.h
+++ b/plugins/spunull/register.h
@@ -1,3 +1,6 @@
+#ifndef __SPUNULL_REGISTER_H__
+#define __SPUNULL_REGISTER_H__
+
#define H_SPUirqAddr 0x0da4
#define H_SPUaddr 0x0da6
#define H_SPUdata 0x0da8
@@ -119,3 +122,4 @@
#define H_SPU_ADSRLevel22 0x0d68
#define H_SPU_ADSRLevel23 0x0d78
+#endif /* __SPUNULL_REGISTER_H__ */