X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Fcortex_a8.h;h=e7ea6c756d7afef9c6664c19d413765e2db19e85;hb=0f1163e823c6ca3c2a81fa296157f5dde0635fea;hp=e3b99ee43f1454fd6d63ecb5bbe424852c73e2ec;hpb=d0dee7ccafcf87259fadf6c5de43df8583b0e885;p=fw%2Fopenocd diff --git a/src/target/cortex_a8.h b/src/target/cortex_a8.h index e3b99ee43..e7ea6c756 100644 --- a/src/target/cortex_a8.h +++ b/src/target/cortex_a8.h @@ -137,13 +137,13 @@ struct cortex_a8_common }; static inline struct cortex_a8_common * -target_to_cortex_a8(struct target_s *target) +target_to_cortex_a8(struct target *target) { return container_of(target->arch_info, struct cortex_a8_common, armv7a_common.armv4_5_common); } -int cortex_a8_init_arch_info(target_t *target, +int cortex_a8_init_arch_info(struct target *target, struct cortex_a8_common *cortex_a8, struct jtag_tap *tap); #endif /* CORTEX_A8_H */