coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
flash_controller.h
Go to the documentation of this file.
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
int mtk_spi_flash_probe(const struct spi_slave *spi, struct spi_flash *flash)