2018-01-16 18:05:16 +08:00
|
|
|
/*
|
2018-10-11 10:18:24 +08:00
|
|
|
* Copyright (c) 2006-2018, RT-Thread Development Team
|
2018-01-16 18:05:16 +08:00
|
|
|
*
|
2018-10-11 10:18:24 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2018-01-16 18:05:16 +08:00
|
|
|
*
|
|
|
|
*
|
|
|
|
* 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-01-16 18:05:16 +08:00
|
|
|
|
2018-04-17 17:26:59 +08:00
|
|
|
int rt_hw_sdcard_init(void);
|
2018-01-16 18:05:16 +08:00
|
|
|
|
|
|
|
#endif
|