summaryrefslogtreecommitdiff
path: root/src/flash/non_cfi.h
diff options
context:
space:
mode:
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[];