4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 13:43:32 +08:00

18 lines
304 B
C
Raw Normal View History

/*
* 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.
*/
2018-04-17 17:26:59 +08:00
#ifndef __DRV_SDCARD_H_
#define __DRV_SDCARD_H_
2018-04-17 17:26:59 +08:00
int rt_hw_sdcard_init(void);
#endif