2019-04-22 11:31:01 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* Copyright(c) 2007 - 2016 Realtek Corporation. All rights reserved. */
|
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
#ifndef __USB_HAL_H__
|
|
|
|
#define __USB_HAL_H__
|
|
|
|
|
2018-10-15 00:07:45 +00: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 21:15:04 +00:00
|
|
|
|
2018-10-15 00:07:45 +00: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 05:52:09 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
#endif /* __USB_HAL_H__ */
|