]> git.sur5r.net Git - openocd/blobdiff - src/flash/non_cfi.h
Eliminate MixedCaps symbol from public JTAG TAP API:
[openocd] / src / flash / non_cfi.h
index 19fef85302c96bb8cb9b6329e18cbc4b8f301147..3950e21b96052e9005f75fbe8fec6e916eb8b469 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef NON_CFI_H
 #define NON_CFI_H
 
-#include "types.h"
+#include "flash.h"
 
 typedef struct non_cfi_s
 {
@@ -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[];