1 #ifndef __SPI_SD_H__
2 #define __SPI_SD_H__
3 
4 void rt_hw_sdcard_init(void);
5 
6 #endif
7