blob: e39a5436d8c08a835c8819e055ca01a19f7a1de9 [file] [log] [blame]
Michael Buesche63e4362008-08-30 10:55:48 +02001#ifndef LINUX_B43_PHY_LP_H_
2#define LINUX_B43_PHY_LP_H_
3
4/* Definitions for the LP-PHY */
5
6struct b43_phy_lp {
7 bool initialised;
8};
9
10
11struct b43_phy_operations;
12extern const struct b43_phy_operations b43_phyops_lp;
13
14#endif /* LINUX_B43_PHY_LP_H_ */