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 
14 #ifndef __DRV_SDIF_MSG_H__
15 #define __DRV_SDIF_MSG_H__
16 /***************************** Include Files *********************************/
17 #include <rtthread.h>
18 /************************** Constant Definitions *****************************/
19 /**************************** Type Definitions *******************************/
20 /************************** Variable Definitions *****************************/
21 /***************** Macros (Inline Functions) Definitions *********************/
22 /*******************************Api Functions*********************************/
23 #endif