X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farmv7a_cache.h;h=e0f7eb3a58f6dad22527795297c085b5562e9bc5;hb=62c2eb4b284e0a3deb2aad7163354200bd93e634;hp=4d4d94c20c1785adac6d32de68a136bb34ecbeef;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/target/armv7a_cache.h b/src/target/armv7a_cache.h index 4d4d94c20c..e0f7eb3a58 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 */