root/drivers/staging/rtl8723bs/include/sdio_osintf.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 
  12 u8 sd_hal_bus_init(struct adapter *padapter);
  13 u8 sd_hal_bus_deinit(struct adapter *padapter);
  14 void sd_c2h_hdl(struct adapter *padapter);
  15 
  16 #endif

/* [<][>][^][v][top][bottom][index][help] */