X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fcortex_a.h;h=ff0343208e9dc053267e70d73e9fe7fa990e1f34;hb=78a44055c50f4ea10ebb14714c4b6563cd64f71b;hp=e6e9e97735fc76bb512412d21e1ebebbbab63e29;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/target/cortex_a.h b/src/target/cortex_a.h index e6e9e97735..ff0343208e 100644 --- a/src/target/cortex_a.h +++ b/src/target/cortex_a.h @@ -25,8 +25,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef CORTEX_A_H -#define CORTEX_A_H +#ifndef OPENOCD_TARGET_CORTEX_A_H +#define OPENOCD_TARGET_CORTEX_A_H #include "armv7a.h" @@ -97,8 +97,6 @@ struct cortex_a_common { int fast_reg_read; uint32_t cpuid; - uint32_t ctypr; - uint32_t ttypr; uint32_t didr; enum cortex_a_isrmasking_mode isrmasking_mode; @@ -114,4 +112,4 @@ target_to_cortex_a(struct target *target) return container_of(target->arch_info, struct cortex_a_common, armv7a_common.arm); } -#endif /* CORTEX_A_H */ +#endif /* OPENOCD_TARGET_CORTEX_A_H */