etm_capture_driver_t -> struct etm_capture_driver

Remove misleading typedef and redundant suffix from struct etm_capture_driver.
This commit is contained in:
Zachary T Welch
2009-11-13 08:42:39 -08:00
parent 63242c6d45
commit e2001ba211
8 changed files with 12 additions and 12 deletions

View File

@@ -54,6 +54,6 @@ typedef struct oocd_trace_s
struct termios oldtio, newtio;
} oocd_trace_t;
extern etm_capture_driver_t oocd_trace_capture_driver;
extern struct etm_capture_driver oocd_trace_capture_driver;
#endif /* OOCD_TRACE_TRACE_H */