drv_sdif.h 831 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * Copyright (c) 2006-2023, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Email: opensource_embedded@phytium.com.cn
  7. *
  8. * Change Logs:
  9. * Date Author Notes
  10. * 2023/7/11 liqiaozhong init SD card and mount file system
  11. *
  12. */
  13. #ifndef __DRV_SDIF_H__
  14. #define __DRV_SDIF_H__
  15. /***************************** Include Files *********************************/
  16. #include <rtthread.h>
  17. /************************** Constant Definitions *****************************/
  18. /**************************** Type Definitions *******************************/
  19. /************************** Variable Definitions *****************************/
  20. /***************** Macros (Inline Functions) Definitions *********************/
  21. /*******************************Api Functions*********************************/
  22. #endif