summaryrefslogtreecommitdiff
path: root/src/flash/at91sam3.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 07:38:01 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:06 -0800
commit632fd663a821047df9a9b965ec1c35d6b034ebba (patch)
treed62f8902a4d95189a56825780c903816f31a6a00 /src/flash/at91sam3.h
parentfb59ec739a3ae79937020dc2fe5413be0e73e8d3 (diff)
downloadopenocd+libswd-632fd663a821047df9a9b965ec1c35d6b034ebba.tar.gz
openocd+libswd-632fd663a821047df9a9b965ec1c35d6b034ebba.tar.bz2
openocd+libswd-632fd663a821047df9a9b965ec1c35d6b034ebba.tar.xz
openocd+libswd-632fd663a821047df9a9b965ec1c35d6b034ebba.zip
flash_driver_t -> struct flash_driver
Remove misleading typedef and redundant suffix from struct flash_driver.
Diffstat (limited to 'src/flash/at91sam3.h')
-rw-r--r--src/flash/at91sam3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/at91sam3.h b/src/flash/at91sam3.h
index cea4c3ab..4fa7f467 100644
--- a/src/flash/at91sam3.h
+++ b/src/flash/at91sam3.h
@@ -20,4 +20,4 @@
// nothing to do here other then export this.
-extern flash_driver_t at91sam3_flash;
+extern struct flash_driver at91sam3_flash;