1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /****************************************************************************** 3 * 4 * Copyright(c) 2007 - 2016 Realtek Corporation. 5 * 6 * Contact Information: 7 * wlanfae <wlanfae@realtek.com> 8 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 9 * Hsinchu 300, Taiwan. 10 * 11 * Larry Finger <Larry.Finger@lwfinger.net> 12 * 13 *****************************************************************************/ 14 15 /*Image2HeaderVersion: 3.2*/ 16 #ifndef __INC_MP_MAC_HW_IMG_8822B_H 17 #define __INC_MP_MAC_HW_IMG_8822B_H 18 19 /****************************************************************************** 20 * mac_reg.TXT 21 ******************************************************************************/ 22 23 void odm_read_and_config_mp_8822b_mac_reg(/* tc: Test Chip, mp: mp Chip*/ 24 struct phy_dm_struct *dm); 25 u32 odm_get_version_mp_8822b_mac_reg(void); 26 27 #endif 28