summaryrefslogtreecommitdiff
path: root/src/target/oocd_trace.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 09:35:48 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:13 -0800
commitd0c19e0a9d51211953a363026c662d290542fe85 (patch)
treec4b0f25cfcaf15185ebf96895d6ec9199f6047c7 /src/target/oocd_trace.h
parent6421c2075c733d18b7fc9daed847c135b98230b7 (diff)
downloadopenocd+libswd-d0c19e0a9d51211953a363026c662d290542fe85.tar.gz
openocd+libswd-d0c19e0a9d51211953a363026c662d290542fe85.tar.bz2
openocd+libswd-d0c19e0a9d51211953a363026c662d290542fe85.tar.xz
openocd+libswd-d0c19e0a9d51211953a363026c662d290542fe85.zip
etm_context_t -> struct etm_context
Remove misleading typedef and redundant suffix from struct etm_context.
Diffstat (limited to 'src/target/oocd_trace.h')
-rw-r--r--src/target/oocd_trace.h2
1 files changed, 1 insertions, 1 deletions
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;