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/flash/str9xpec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/str9xpec.h') diff --git a/src/flash/str9xpec.h b/src/flash/str9xpec.h index 376f86c7..ff3b6d9a 100644 --- a/src/flash/str9xpec.h +++ b/src/flash/str9xpec.h @@ -28,7 +28,7 @@ typedef struct str9xpec_flash_controller_s { - jtag_tap_t *tap; + struct jtag_tap *tap; uint32_t *sector_bits; int chain_pos; int isc_enable; -- cgit v1.2.3