mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
19 lines
516 B
C
19 lines
516 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"
|
|
|
|
struct slsi_hip;
|
|
struct slsi_dev;
|
|
|
|
CsrResult slsi_sdio_func_drv_register(void);
|
|
void slsi_sdio_func_drv_unregister(void);
|
|
void slsi_hip_isr(struct slsi_dev *sdev);
|
|
|
|
#endif /* __SLSI_HIP_BH_H__ */
|