sd.h 87 B

123456
  1. #ifndef __SPI_SD_H__
  2. #define __SPI_SD_H__
  3. void rt_hw_sdcard_init(void);
  4. #endif