mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-17 06:03:31 +08:00
18 lines
304 B
C
18 lines
304 B
C
/*
|
|
* 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
|