kernel_samsung_a53x/drivers/net/wireless/scsc/hip_bh.h
2024-06-15 16:02:09 -03:00

15 lines
439 B
C
Executable file

/****************************************************************************
*
* 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__ */