From d0c19e0a9d51211953a363026c662d290542fe85 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 09:35:48 -0800 Subject: etm_context_t -> struct etm_context Remove misleading typedef and redundant suffix from struct etm_context. --- src/target/oocd_trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/oocd_trace.h') diff --git a/src/target/oocd_trace.h b/src/target/oocd_trace.h index 49b4b890..8234b659 100644 --- a/src/target/oocd_trace.h +++ b/src/target/oocd_trace.h @@ -48,7 +48,7 @@ enum struct oocd_trace { - etm_context_t *etm_ctx; + struct etm_context *etm_ctx; char *tty; int tty_fd; struct termios oldtio, newtio; -- cgit v1.2.3