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

20 lines
383 B
C
Raw Normal View History

2018-09-20 23:18:14 +08:00
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
2018-09-20 23:18:14 +08:00
*
* SPDX-License-Identifier: Apache-2.0
2018-09-20 23:18:14 +08:00
*
* Change Logs:
* Date Author Notes
* 2018-04-02 Liuguang the first version.
*/
#ifndef __DRV_SPI_FLASH_H_
#define __DRV_SPI_FLASH_H_
#include <rtthread.h>
#include <rtdevice.h>
int rt_hw_spi_flash_init(void);
#endif /* __DRV_SPI_FLASH_H_ */