summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/spi_flash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/spi_flash.h b/src/include/spi_flash.h
index e0d5b2b36d..7736a940f5 100644
--- a/src/include/spi_flash.h
+++ b/src/include/spi_flash.h
@@ -249,4 +249,7 @@ int spi_flash_vector_helper(const struct spi_slave *slave,
*/
uint32_t spi_flash_get_mmap_windows(struct flash_mmap_window *table);
+/* Print the SFDP headers read from the SPI flash */
+void spi_flash_print_sfdp_headers(const struct spi_flash *flash);
+
#endif /* _SPI_FLASH_H_ */