/* * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2017-11-08 ZYH the first version */ #ifndef __DRV_SPI_FLASH_H_ #define __DRV_SPI_FLASH_H_ int rt_hw_w25qxx_init(void); #endif