summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8183/include/soc/flash_controller.h
blob: df61dea4fd07e718b250fc2ad956cb456c976e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#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