phy_lcn.h 209 B

1234567891011121314
  1. #ifndef B43_PHY_LCN_H_
  2. #define B43_PHY_LCN_H_
  3. #include "phy_common.h"
  4. struct b43_phy_lcn {
  5. };
  6. struct b43_phy_operations;
  7. extern const struct b43_phy_operations b43_phyops_lcn;
  8. #endif /* B43_PHY_LCN_H_ */