2011-07-07 21:25:27 +08:00
|
|
|
#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;
|
|
|
|
|
2011-08-15 05:27:28 +08:00
|
|
|
#endif /* B43_PHY_LCN_H_ */
|