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/mips_ejtag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/mips_ejtag.h') diff --git a/src/target/mips_ejtag.h b/src/target/mips_ejtag.h index 69ede527..74cb21df 100644 --- a/src/target/mips_ejtag.h +++ b/src/target/mips_ejtag.h @@ -104,7 +104,7 @@ typedef struct mips_ejtag_s { - jtag_tap_t *tap; + struct jtag_tap *tap; uint32_t impcode; uint32_t idcode; /*int use_dma;*/ -- cgit v1.2.3