]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mtd/spi/spi_flash_internal.h
sf: new Macronix MX25xx SPI flash driver
[people/ms/u-boot.git] / drivers / mtd / spi / spi_flash_internal.h
index 5d1e395afc2bd262b4747a73db1fb68077ce4a71..0612383c69382f60d986b75f7168194692c9decc 100644 (file)
@@ -46,5 +46,6 @@ int spi_flash_read_common(struct spi_flash *flash, const u8 *cmd,
 /* Manufacturer-specific probe functions */
 struct spi_flash *spi_flash_probe_spansion(struct spi_slave *spi, u8 *idcode);
 struct spi_flash *spi_flash_probe_atmel(struct spi_slave *spi, u8 *idcode);
+struct spi_flash *spi_flash_probe_macronix(struct spi_slave *spi, u8 *idcode);
 struct spi_flash *spi_flash_probe_sst(struct spi_slave *spi, u8 *idcode);
 struct spi_flash *spi_flash_probe_stmicro(struct spi_slave *spi, u8 *idcode);