linux/drivers/net/wireless/broadcom/b43/phy_lcn.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef B43_PHY_LCN_H_
#define B43_PHY_LCN_H_

#include "phy_common.h"


#define B43_PHY_LCN_AFE_CTL1
#define B43_PHY_LCN_AFE_CTL2
#define B43_PHY_LCN_RF_CTL1
#define B43_PHY_LCN_RF_CTL2
#define B43_PHY_LCN_TABLE_ADDR
#define B43_PHY_LCN_TABLE_DATALO
#define B43_PHY_LCN_TABLE_DATAHI
#define B43_PHY_LCN_RF_CTL3
#define B43_PHY_LCN_RF_CTL4
#define B43_PHY_LCN_RF_CTL5
#define B43_PHY_LCN_RF_CTL6
#define B43_PHY_LCN_RF_CTL7


struct b43_phy_lcn {};


struct b43_phy_operations;
extern const struct b43_phy_operations b43_phyops_lcn;

#endif /* B43_PHY_LCN_H_ */