summaryrefslogtreecommitdiff
path: root/src/flash/lpc3180_nand_controller.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 10:11:13 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:14 -0800
commit0f1163e823c6ca3c2a81fa296157f5dde0635fea (patch)
tree60551098bba500cd8b7fc4bd669d64fd3ed8f061 /src/flash/lpc3180_nand_controller.h
parentd0dee7ccafcf87259fadf6c5de43df8583b0e885 (diff)
downloadopenocd_libswd-0f1163e823c6ca3c2a81fa296157f5dde0635fea.tar.gz
openocd_libswd-0f1163e823c6ca3c2a81fa296157f5dde0635fea.tar.bz2
openocd_libswd-0f1163e823c6ca3c2a81fa296157f5dde0635fea.tar.xz
openocd_libswd-0f1163e823c6ca3c2a81fa296157f5dde0635fea.zip
target_t -> struct target
Remove misleading typedef and redundant suffix from struct target.
Diffstat (limited to 'src/flash/lpc3180_nand_controller.h')
-rw-r--r--src/flash/lpc3180_nand_controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/lpc3180_nand_controller.h b/src/flash/lpc3180_nand_controller.h
index 6f5d2846..b965be98 100644
--- a/src/flash/lpc3180_nand_controller.h
+++ b/src/flash/lpc3180_nand_controller.h
@@ -31,7 +31,7 @@ enum lpc3180_selected_controller
struct lpc3180_nand_controller
{
- struct target_s *target;
+ struct target *target;
int osc_freq;
enum lpc3180_selected_controller selected_controller;
int sw_write_protection;