1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef __SOC_MEDIATEK_MT8183_FLASH_CONTROLLER_H__ 4 #define __SOC_MEDIATEK_MT8183_FLASH_CONTROLLER_H__ 5 6 #include <spi-generic.h> 7 8 int mtk_spi_flash_probe(const struct spi_slave *spi, struct spi_flash *flash); 9 10 #endif 11