rt-thread-official/bsp/lpc54114-lite/drivers/drv_spi_flash.h

16 lines
305 B
C

/*
* 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