| Rafał Miłecki | 1d738e6 | 2011-07-07 15:25:27 +0200 | [diff] [blame] | 1 | #ifndef B43_PHY_LCN_H_ |
| 2 | #define B43_PHY_LCN_H_ | ||||
| 3 | |||||
| 4 | #include "phy_common.h" | ||||
| 5 | |||||
| 6 | |||||
| 7 | struct b43_phy_lcn { | ||||
| 8 | }; | ||||
| 9 | |||||
| 10 | |||||
| 11 | struct b43_phy_operations; | ||||
| 12 | extern const struct b43_phy_operations b43_phyops_lcn; | ||||
| 13 | |||||
| 14 | #endif /* B43_PHY_LCN_H_ */ | ||||