X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fnds32_insn.h;h=eb666451762cd0f9492e838d2371b9355eac6be9;hp=08d3c5ca911efcef4f1835fbdb410452a903bce6;hb=7a3eec2b4d9dbb9533acfb271dbe91afa0727c8e;hpb=cf8a3c3d7075abad3c88cd604f8add4d06898abc diff --git a/src/target/nds32_insn.h b/src/target/nds32_insn.h index 08d3c5ca91..eb66645176 100644 --- a/src/target/nds32_insn.h +++ b/src/target/nds32_insn.h @@ -13,13 +13,11 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * 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) @@ -77,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 */