From 0f1163e823c6ca3c2a81fa296157f5dde0635fea Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 10:11:13 -0800 Subject: target_t -> struct target Remove misleading typedef and redundant suffix from struct target. --- src/target/trace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/trace.h') diff --git a/src/target/trace.h b/src/target/trace.h index cca84d79..483f9429 100644 --- a/src/target/trace.h +++ b/src/target/trace.h @@ -22,7 +22,7 @@ #include "types.h" -struct target_s; +struct target; struct command_context_s; struct trace_point @@ -51,7 +51,7 @@ typedef enum trace_status TRACE_OVERFLOWED = 0x8, } trace_status_t; -int trace_point(struct target_s *target, uint32_t number); +int trace_point(struct target *target, uint32_t number); int trace_register_commands(struct command_context_s *cmd_ctx); #define ERROR_TRACE_IMAGE_UNAVAILABLE -(1500) -- cgit v1.2.3