X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fflash%2Fnon_cfi.h;h=e4b33d403d3274958de06d83fe763b47d1d6c2e3;hb=55ebb067d1214b4136343ac6356ad15169a631f2;hp=19fef85302c96bb8cb9b6329e18cbc4b8f301147;hpb=d2d75efb3929b0067f7dcb6f9973ec8c47948135;p=fw%2Fopenocd diff --git a/src/flash/non_cfi.h b/src/flash/non_cfi.h index 19fef8530..e4b33d403 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[];