/* SPDX-License-Identifier: GPL-2.0 */ /****************************************************************************** * * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. * * Modifications for inclusion into the Linux staging tree are * Copyright(c) 2010 Larry Finger. All rights reserved. * * Contact information: * WLAN FAE <[email protected]> * Larry Finger <[email protected]> * ******************************************************************************/ #ifndef __RTL8712_HAL_H__ #define __RTL8712_HAL_H__ enum _HW_VERSION { … }; enum _LOOPBACK_TYPE { … }; enum RTL871X_HCI_TYPE { … }; enum RTL8712_RF_CONFIG { … }; enum _RTL8712_HCI_TYPE_ { … }; struct fw_priv { … }; struct fw_hdr { … }; struct hal_priv { … }; uint rtl8712_hal_init(struct _adapter *padapter); int rtl871x_load_fw(struct _adapter *padapter); #endif