From 42ef503d37b18d907da16d26e99167566d5aabd1 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 03:19:35 -0800 Subject: jtag_tap_t -> struct jtag_tap Search and destroy the jtag_tap_t typedef. This also cleans up a layering violation, removing the declaration from types.h. --- src/target/cortex_a8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/cortex_a8.h') diff --git a/src/target/cortex_a8.h b/src/target/cortex_a8.h index 869a6f5a..39d4e77a 100644 --- a/src/target/cortex_a8.h +++ b/src/target/cortex_a8.h @@ -144,6 +144,6 @@ target_to_cortex_a8(struct target_s *target) } int cortex_a8_init_arch_info(target_t *target, - cortex_a8_common_t *cortex_a8, jtag_tap_t *tap); + cortex_a8_common_t *cortex_a8, struct jtag_tap *tap); #endif /* CORTEX_A8_H */ -- cgit v1.2.3