summaryrefslogtreecommitdiff
path: root/core/nds32/config_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/nds32/config_core.h')
-rw-r--r--core/nds32/config_core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/nds32/config_core.h b/core/nds32/config_core.h
index 750d47b016..f2e16eaf79 100644
--- a/core/nds32/config_core.h
+++ b/core/nds32/config_core.h
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#ifndef __CONFIG_CORE_H
-#define __CONFIG_CORE_H
+#ifndef __CROS_EC_CONFIG_CORE_H
+#define __CROS_EC_CONFIG_CORE_H
/* Linker binary architecture and format */
#define BFD_ARCH nds32
@@ -29,4 +29,4 @@
((typeof(var))(*__ptr_val)); \
})
-#endif /* __CONFIG_CORE_H */
+#endif /* __CROS_EC_CONFIG_CORE_H */