aboutsummaryrefslogtreecommitdiff
path: root/src/target/nds32_edm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/nds32_edm.h')
-rw-r--r--src/target/nds32_edm.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/target/nds32_edm.h b/src/target/nds32_edm.h
index 25ac64be..1dec190f 100644
--- a/src/target/nds32_edm.h
+++ b/src/target/nds32_edm.h
@@ -15,8 +15,9 @@
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
-#ifndef __NDS32_EDM_H__
-#define __NDS32_EDM_H__
+
+#ifndef OPENOCD_TARGET_NDS32_EDM_H
+#define OPENOCD_TARGET_NDS32_EDM_H
/**
* @file
@@ -111,4 +112,4 @@ enum nds_memory_select {
#define NDS_EDMSW_WDV (1 << 0)
#define NDS_EDMSW_RDV (1 << 1)
-#endif /* __NDS32_EDM_H__ */
+#endif /* OPENOCD_TARGET_NDS32_EDM_H */