12 lines
179 B
C
12 lines
179 B
C
|
/*
|
||
|
* Copyright (c) 2021 - 2022 hpmicro
|
||
|
*
|
||
|
* SPDX-License-Identifier: BSD-3-Clause
|
||
|
*/
|
||
|
|
||
|
#ifndef DRV_SDIO_H
|
||
|
#define DRV_SDIO_H
|
||
|
|
||
|
int rt_hw_sdio_init(void);
|
||
|
|
||
|
#endif /* DRV_SDIO_H */
|