14 lines
209 B
C
14 lines
209 B
C
|
#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_ */
|