summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dspp/dspp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/dspp/dspp.h')
-rw-r--r--src/devices/cpu/dspp/dspp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/dspp/dspp.h b/src/devices/cpu/dspp/dspp.h
index 155ba4acbd1..b99940e24aa 100644
--- a/src/devices/cpu/dspp/dspp.h
+++ b/src/devices/cpu/dspp/dspp.h
@@ -10,8 +10,8 @@
#pragma once
-#ifndef __DSPP_H__
-#define __DSPP_H__
+#ifndef DEVICES_CPU_DSPP_DSPP_H
+#define DEVICES_CPU_DSPP_DSPP_H
#include "cpu/drcfe.h"
#include "cpu/drcuml.h"
@@ -334,4 +334,4 @@ public: // TODO
DECLARE_DEVICE_TYPE(DSPP, dspp_device);
-#endif /* __DSPP_H__ */
+#endif // DEVICES_CPU_DSPP_DSPP_H