X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fnds32_insn.h;h=eb666451762cd0f9492e838d2371b9355eac6be9;hb=96903e6df43e2bc967267e034edf15a7c274d044;hp=63e45fc6ba1fd7a80808c98b74736d16c4cda520;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/target/nds32_insn.h b/src/target/nds32_insn.h index 63e45fc6ba..eb66645176 100644 --- a/src/target/nds32_insn.h +++ b/src/target/nds32_insn.h @@ -15,9 +15,9 @@ * You should have received a copy of the GNU General Public License * * along with this program. If not, see . * ***************************************************************************/ -#ifndef __NDS32_INSN_H__ -#define __NDS32_INSN_H__ +#ifndef OPENOCD_TARGET_NDS32_INSN_H +#define OPENOCD_TARGET_NDS32_INSN_H #define NOP (0x40000009) #define DSB (0x64000008) @@ -75,5 +75,4 @@ extern const int NDS32_BREAK_16; extern const int NDS32_BREAK_32; - -#endif /* __NDS32_INSN_H__ */ +#endif /* OPENOCD_TARGET_NDS32_INSN_H */