X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fnds32_v3_common.h;h=1f5df19957bdb47f594a716356bdf79e0d931804;hp=ee8c497f87b42e1def10b63a2475c29b5eb130b9;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69 diff --git a/src/target/nds32_v3_common.h b/src/target/nds32_v3_common.h index ee8c497f87..1f5df19957 100644 --- a/src/target/nds32_v3_common.h +++ b/src/target/nds32_v3_common.h @@ -15,8 +15,9 @@ * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * ***************************************************************************/ -#ifndef __NDS32_V3_COMMON_H__ -#define __NDS32_V3_COMMON_H__ + +#ifndef OPENOCD_TARGET_NDS32_V3_COMMON_H +#define OPENOCD_TARGET_NDS32_V3_COMMON_H #include "target.h" @@ -57,4 +58,4 @@ int nds32_v3_write_memory(struct target *target, uint32_t address, int nds32_v3_init_target(struct command_context *cmd_ctx, struct target *target); -#endif /* __NDS32_V3_COMMON_H__ */ +#endif /* OPENOCD_TARGET_NDS32_V3_COMMON_H */