aboutsummaryrefslogtreecommitdiffstats
path: root/include/chipdrivers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chipdrivers.h')
-rw-r--r--include/chipdrivers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/chipdrivers.h b/include/chipdrivers.h
index 3b07afe3..34e3af8d 100644
--- a/include/chipdrivers.h
+++ b/include/chipdrivers.h
@@ -216,5 +216,8 @@ int spi_block_erase_emulation(struct flashctx *flash, unsigned int addr, unsigne
/* writeprotect_ranges.c */
void decode_range_spi25(size_t *start, size_t *len, const struct wp_bits *, size_t chip_len);
+void decode_range_spi25_64k_block(size_t *start, size_t *len, const struct wp_bits *, size_t chip_len);
+void decode_range_spi25_bit_cmp(size_t *start, size_t *len, const struct wp_bits *, size_t chip_len);
+void decode_range_spi25_2x_block(size_t *start, size_t *len, const struct wp_bits *, size_t chip_len);
#endif /* !__CHIPDRIVERS_H__ */