blob: 9e1b291cca38c8f22736cbd3ace203af205ebbfd [file] [log] [blame]
Rafał Miłecki1d738e62011-07-07 15:25:27 +02001#ifndef B43_PHY_LCN_H_
2#define B43_PHY_LCN_H_
3
4#include "phy_common.h"
5
6
7struct b43_phy_lcn {
8};
9
10
11struct b43_phy_operations;
12extern const struct b43_phy_operations b43_phyops_lcn;
13
Rafał Miłeckif9286682011-08-14 23:27:28 +020014#endif /* B43_PHY_LCN_H_ */