X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fnds32_v3.h;h=a5df8fe52b9afb7de758b95ee135d72d3f01b7c6;hb=0aa8e8cfc3c28f4fcbba549db45be4e712f02c0a;hp=efdf269f4fe48f120549de0f503119d9a221a9b2;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/target/nds32_v3.h b/src/target/nds32_v3.h index efdf269f4f..a5df8fe52b 100644 --- a/src/target/nds32_v3.h +++ b/src/target/nds32_v3.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_H__ -#define __NDS32_V3_H__ + +#ifndef OPENOCD_TARGET_NDS32_V3_H +#define OPENOCD_TARGET_NDS32_V3_H #include "nds32.h" @@ -41,4 +42,4 @@ static inline struct nds32_v3_common *target_to_nds32_v3(struct target *target) return container_of(target->arch_info, struct nds32_v3_common, nds32); } -#endif /* __NDS32_V3_H__ */ +#endif /* OPENOCD_TARGET_NDS32_V3_H */