aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/nuc910.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nand/nuc910.h')
-rw-r--r--src/flash/nand/nuc910.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/flash/nand/nuc910.h b/src/flash/nand/nuc910.h
index 7b94009b..8877cf63 100644
--- a/src/flash/nand/nuc910.h
+++ b/src/flash/nand/nuc910.h
@@ -20,8 +20,8 @@
* NAND controller interface for Nuvoton NUC910
*/
-#ifndef NUC910_H
-#define NUC910_H
+#ifndef OPENOCD_FLASH_NAND_NUC910_H
+#define OPENOCD_FLASH_NAND_NUC910_H
#define NUC910_FMICSR 0xB000D000
#define NUC910_SMCSR 0xB000D0A0
@@ -54,5 +54,4 @@
/* ECC4 Correction Status (ECC4ST) */
-#endif /* NUC910_H */
-
+#endif /* OPENOCD_FLASH_NAND_NUC910_H */