X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Farm920t.h;fp=src%2Ftarget%2Farm920t.h;h=3401b0945c3fdd0c26a90cd8bd3435df436d68e4;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hp=0e982f27275e0eda42fdef0dc6688bca01c7acb4;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=fw%2Fopenocd diff --git a/src/target/arm920t.h b/src/target/arm920t.h index 0e982f272..3401b0945 100644 --- a/src/target/arm920t.h +++ b/src/target/arm920t.h @@ -16,8 +16,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef ARM920T_H -#define ARM920T_H +#ifndef OPENOCD_TARGET_ARM920T_H +#define OPENOCD_TARGET_ARM920T_H #include "arm9tdmi.h" #include "armv4_5_mmu.h" @@ -68,4 +68,4 @@ int arm920t_enable_mmu_caches(struct target *target, extern const struct command_registration arm920t_command_handlers[]; -#endif /* ARM920T_H */ +#endif /* OPENOCD_TARGET_ARM920T_H */