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/arm9tdmi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/target/arm9tdmi.h') diff --git a/src/target/arm9tdmi.h b/src/target/arm9tdmi.h index 9f9409b..c6f0ccf 100644 --- a/src/target/arm9tdmi.h +++ b/src/target/arm9tdmi.h @@ -19,8 +19,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef ARM9TDMI_H -#define ARM9TDMI_H +#ifndef OPENOCD_TARGET_ARM9TDMI_H +#define OPENOCD_TARGET_ARM9TDMI_H #include "embeddedice.h" @@ -53,4 +53,4 @@ void arm9tdmi_branch_resume(struct target *target); void arm9tdmi_enable_single_step(struct target *target, uint32_t next_pc); void arm9tdmi_disable_single_step(struct target *target); -#endif /* ARM9TDMI_H */ +#endif /* OPENOCD_TARGET_ARM9TDMI_H */ -- cgit v1.1