2019-04-22 12:31:01 +01:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* Copyright(c) 2007 - 2016 Realtek Corporation. All rights reserved. */
|
|
|
|
|
2013-05-08 16:45:39 -05:00
|
|
|
#ifndef __USB_HAL_H__
|
|
|
|
#define __USB_HAL_H__
|
|
|
|
|
2018-10-14 19:07:45 -05:00
|
|
|
int usb_init_recv_priv(_adapter *padapter, u16 ini_in_buf_sz);
|
|
|
|
void usb_free_recv_priv(_adapter *padapter, u16 ini_in_buf_sz);
|
|
|
|
#ifdef CONFIG_FW_C2H_REG
|
|
|
|
void usb_c2h_hisr_hdl(_adapter *adapter, u8 *buf);
|
|
|
|
#endif
|
2014-12-11 15:15:04 -06:00
|
|
|
|
2018-10-14 19:07:45 -05:00
|
|
|
u8 rtw_set_hal_ops(_adapter *padapter);
|
|
|
|
|
|
|
|
void rtl8188eu_set_hal_ops(_adapter *padapter);
|
|
|
|
|
|
|
|
#ifdef CONFIG_INTEL_PROXIM
|
|
|
|
extern _adapter *rtw_usb_get_sw_pointer(void);
|
|
|
|
#endif /* CONFIG_INTEL_PROXIM */
|
2018-11-03 00:52:09 -05:00
|
|
|
|
2015-03-16 09:43:53 -05:00
|
|
|
#endif /* __USB_HAL_H__ */
|