summaryrefslogtreecommitdiff
path: root/src/flash/non_cfi.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-21 05:31:18 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-21 05:31:18 +0000
commit55ebb067d1214b4136343ac6356ad15169a631f2 (patch)
treebf1e2b1fe7afeeaea629d2f7231cd1c6d70ef497 /src/flash/non_cfi.h
parentd2d75efb3929b0067f7dcb6f9973ec8c47948135 (diff)
downloadopenocd+libswd-55ebb067d1214b4136343ac6356ad15169a631f2.tar.gz
openocd+libswd-55ebb067d1214b4136343ac6356ad15169a631f2.tar.bz2
openocd+libswd-55ebb067d1214b4136343ac6356ad15169a631f2.tar.xz
openocd+libswd-55ebb067d1214b4136343ac6356ad15169a631f2.zip
Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashs
git-svn-id: svn://svn.berlios.de/openocd/trunk@1480 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/non_cfi.h')
-rw-r--r--src/flash/non_cfi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flash/non_cfi.h b/src/flash/non_cfi.h
index 19fef853..e4b33d40 100644
--- a/src/flash/non_cfi.h
+++ b/src/flash/non_cfi.h
@@ -32,6 +32,7 @@ typedef struct non_cfi_s
u16 max_buf_write_size;
u8 num_erase_regions;
u32 erase_region_info[6];
+ u8 status_poll_mask;
} non_cfi_t;
extern non_cfi_t non_cfi_flashes[];