16 lines
284 B
C
16 lines
284 B
C
|
/*
|
||
|
* Copyright (c) 2006-2023, RT-Thread Development Team
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*
|
||
|
* Change Logs:
|
||
|
* Date Author Notes
|
||
|
* 2021-07-14 linzhenxing first version
|
||
|
*/
|
||
|
#ifndef __DRV_SDIO_H__
|
||
|
#define __DRV_SDIO_H__
|
||
|
|
||
|
void host_change(void);
|
||
|
|
||
|
#endif
|