Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/net/wireless/realtek/rtw88/rtw8703b_tables.h
25924 views
1
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2
/* Copyright Fiona Klute <[email protected]> */
3
4
#ifndef __RTW8703B_TABLES_H__
5
#define __RTW8703B_TABLES_H__
6
7
extern const struct rtw_table rtw8703b_bb_pg_tbl;
8
extern const struct rtw_table rtw8703b_txpwr_lmt_tbl;
9
extern const struct rtw_table rtw8703b_mac_tbl;
10
extern const struct rtw_table rtw8703b_agc_tbl;
11
extern const struct rtw_table rtw8703b_bb_tbl;
12
extern const struct rtw_table rtw8703b_rf_a_tbl;
13
14
#endif
15
16