/* * Copyright (c) 2019 Winner Microelectronics Co., Ltd. * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2018-11-12 fanwenl 1st version */ #ifndef __DRV_SPI_FLASH_H_ #define __DRV_SPI_FLASH_H_ int wm_nor_flash_init(void); #endif /* __DRV_SPI_FLASH_H_ */