4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 18:43:31 +08:00

16 lines
306 B
C

/*
* Copyright (c) 2006-2018, 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