/* * Copyright (C) 2018 Shanghai Eastsoft Microelectronics Co., Ltd. * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2019-02-15 wangyq the first version * 2021-04-20 liuhy the second version */ #ifndef DRV_NOR_FLASH_H__ #define DRV_NOR_FLASH_H__ #include "es_conf_info_spi.h" int rt_hw_spi_flash_init(void); #endif