1234567891011121314151617 |
- /*
- * Copyright (c) 2006-2018, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- *
- * Change Logs:
- * Date Author Notes
- * 2018-01-13 Liu2guang the first version.
- */
- #ifndef __DRV_SDCARD_H_
- #define __DRV_SDCARD_H_
- int rt_hw_sdcard_init(void);
- #endif
|