summaryrefslogtreecommitdiff
path: root/src/flash/cfi.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 07:32:27 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:06 -0800
commit2ded74115d2b1dcea5a1c1a327a0da159cf1b962 (patch)
tree66ae69a446f30df2d30bc4a2586df01c6f0651d5 /src/flash/cfi.h
parent1f328f2885f370aa9f79d2ed08515821bc8d856a (diff)
downloadopenocd_libswd-2ded74115d2b1dcea5a1c1a327a0da159cf1b962.tar.gz
openocd_libswd-2ded74115d2b1dcea5a1c1a327a0da159cf1b962.tar.bz2
openocd_libswd-2ded74115d2b1dcea5a1c1a327a0da159cf1b962.tar.xz
openocd_libswd-2ded74115d2b1dcea5a1c1a327a0da159cf1b962.zip
cfi_atmel_pri_ext_t -> struct cfi_atmel_pri_ext
Remove misleading typedef and redundant suffix from struct cfi_atmel_pri_ext.
Diffstat (limited to 'src/flash/cfi.h')
-rw-r--r--src/flash/cfi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/cfi.h b/src/flash/cfi.h
index 89ddc404..565f8ef1 100644
--- a/src/flash/cfi.h
+++ b/src/flash/cfi.h
@@ -120,7 +120,7 @@ typedef struct cfi_spansion_pri_ext_s
/* Atmel primary extended query table as defined for and used by
* the linux kernel cfi driver (as of 2.6.20+)
*/
-typedef struct cfi_atmel_pri_ext_s
+struct cfi_atmel_pri_ext
{
uint8_t pri[3];
uint8_t major_version;
@@ -129,7 +129,7 @@ typedef struct cfi_atmel_pri_ext_s
uint8_t bottom_boot;
uint8_t burst_mode;
uint8_t page_mode;
-} cfi_atmel_pri_ext_t;
+};
enum {
CFI_UNLOCK_555_2AA,