summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/phy_lcn.h
blob: c046c2a6cab4aee16c4dfee664b2a9412e4273f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef B43_PHY_LCN_H_
#define B43_PHY_LCN_H_

#include "phy_common.h"


struct b43_phy_lcn {
};


struct b43_phy_operations;
extern const struct b43_phy_operations b43_phyops_lcn;

#endif /* B43_PHY_LCN_H_ */