drv_sdcard.h 304 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. *
  7. * Change Logs:
  8. * Date Author Notes
  9. * 2018-01-13 Liu2guang the first version.
  10. */
  11. #ifndef __DRV_SDCARD_H_
  12. #define __DRV_SDCARD_H_
  13. int rt_hw_sdcard_init(void);
  14. #endif