c28ecae7ed
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@328 bbd45198-f89e-11dd-88c7-29a3b14d5316
7 lines
137 B
C
7 lines
137 B
C
#ifndef SPI_FLASH_H_INCLUDED
|
|
#define SPI_FLASH_H_INCLUDED
|
|
|
|
extern void rt_hw_spi_flash_init(void);
|
|
|
|
#endif // SPI_FLASH_H_INCLUDED
|