From ac927559c3ce5406adac34b9d4ca4ecb37a48181 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 09:52:20 -0800 Subject: target_type_t -> struct target_type Remove misleading typedef and redundant suffix from struct target_type. --- src/ecosboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ecosboard.c') diff --git a/src/ecosboard.c b/src/ecosboard.c index 8d85fe61..455c93c0 100644 --- a/src/ecosboard.c +++ b/src/ecosboard.c @@ -115,7 +115,7 @@ char hwaddr[512]; extern struct flash_driver *flash_drivers[]; -extern target_type_t *target_types[]; +extern struct target_type *target_types[]; #ifdef CYGPKG_PROFILE_GPROF #include -- cgit v1.2.3