1/* SPDX-License-Identifier: GPL-2.0 */
2/******************************************************************************
3 *
4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
5 *
6 ******************************************************************************/
7#ifndef __SDIO_OSINTF_H__
8#define __SDIO_OSINTF_H__
9
10
11
12u8 sd_hal_bus_init(struct adapter *padapter);
13u8 sd_hal_bus_deinit(struct adapter *padapter);
14void sd_c2h_hdl(struct adapter *padapter);
15
16#endif
17

source code of linux/drivers/staging/rtl8723bs/include/sdio_osintf.h