summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8183/include/soc/flash_controller.h
blob: 46b128b81234f769347af96599e127e327ff50ec (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __SOC_MEDIATEK_MT8183_FLASH_CONTROLLER_H__
#define __SOC_MEDIATEK_MT8183_FLASH_CONTROLLER_H__

#include <spi-generic.h>

int mtk_spi_flash_probe(const struct spi_slave *spi, struct spi_flash *flash);

#endif