aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nand/core.h')
-rw-r--r--src/flash/nand/core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/flash/nand/core.h b/src/flash/nand/core.h
index 3990fa3b..5bf9fb3d 100644
--- a/src/flash/nand/core.h
+++ b/src/flash/nand/core.h
@@ -21,8 +21,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
-#ifndef FLASH_NAND_CORE_H
-#define FLASH_NAND_CORE_H
+#ifndef OPENOCD_FLASH_NAND_CORE_H
+#define OPENOCD_FLASH_NAND_CORE_H
#include <flash/common.h>
@@ -229,4 +229,4 @@ COMMAND_HELPER(nand_command_get_device, unsigned name_index,
#define ERROR_NAND_ERROR_CORRECTION_FAILED (-1105)
#define ERROR_NAND_NO_BUFFER (-1106)
-#endif /* FLASH_NAND_CORE_H */
+#endif /* OPENOCD_FLASH_NAND_CORE_H */