1*c220d08eSPing-Ke Shih // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2*c220d08eSPing-Ke Shih /* Copyright(c) 2019-2020  Realtek Corporation
3*c220d08eSPing-Ke Shih  */
4*c220d08eSPing-Ke Shih 
5*c220d08eSPing-Ke Shih #include "mac.h"
6*c220d08eSPing-Ke Shih 
7*c220d08eSPing-Ke Shih const struct rtw89_mac_gen_def rtw89_mac_gen_be = {
8*c220d08eSPing-Ke Shih 	.band1_offset = RTW89_MAC_BE_BAND_REG_OFFSET,
9*c220d08eSPing-Ke Shih };
10*c220d08eSPing-Ke Shih EXPORT_SYMBOL(rtw89_mac_gen_be);
11