From d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0 Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Mon, 21 Sep 2015 21:07:46 +0200 Subject: Make #include guard naming consistent Change-Id: Ie13e8af0bb74ed290f811dcad64ad06c9d8cb4fa Signed-off-by: Marc Schink Reviewed-on: http://openocd.zylin.com/2956 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- src/target/nds32_insn.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/target/nds32_insn.h') diff --git a/src/target/nds32_insn.h b/src/target/nds32_insn.h index 63e45fc..eb66645 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 */ -- cgit v1.1