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/armv7a_cache.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/target/armv7a_cache.h') diff --git a/src/target/armv7a_cache.h b/src/target/armv7a_cache.h index 4d4d94c2..e0f7eb3a 100644 --- a/src/target/armv7a_cache.h +++ b/src/target/armv7a_cache.h @@ -16,8 +16,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef ARM7A_CACHE_H -#define ARM7A_CACHE_H +#ifndef OPENOCD_TARGET_ARM7A_CACHE_H +#define OPENOCD_TARGET_ARM7A_CACHE_H #include "arm_jtag.h" #include "armv7a_cache_l2x.h" @@ -43,4 +43,4 @@ extern const struct command_registration arm7a_cache_command_handlers[]; #define CACHE_LEVEL_HAS_D_CACHE 0x2 #define CACHE_LEVEL_HAS_I_CACHE 0x1 -#endif +#endif /* OPENOCD_TARGET_ARM7A_CACHE_H */ -- cgit v1.2.3-18-g5258