16 lines
439 B
C
16 lines
439 B
C
|
/****************************************************************************
|
||
|
*
|
||
|
* Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved
|
||
|
*
|
||
|
****************************************************************************/
|
||
|
|
||
|
#ifndef __SLSI_HIP_BH_H__
|
||
|
#define __SLSI_HIP_BH_H__
|
||
|
|
||
|
#include "wl_result.h"
|
||
|
|
||
|
CsrResult slsi_sdio_func_drv_register(void);
|
||
|
void slsi_sdio_func_drv_unregister(void);
|
||
|
|
||
|
#endif /* __SLSI_HIP_BH_H__ */
|