Michael Buesch | e63e436 | 2008-08-30 10:55:48 +0200 | [diff] [blame] | 1 | #ifndef LINUX_B43_PHY_LP_H_ |
2 | #define LINUX_B43_PHY_LP_H_ | ||||
3 | |||||
4 | /* Definitions for the LP-PHY */ | ||||
5 | |||||
6 | struct b43_phy_lp { | ||||
7 | bool initialised; | ||||
8 | }; | ||||
9 | |||||
10 | |||||
11 | struct b43_phy_operations; | ||||
12 | extern const struct b43_phy_operations b43_phyops_lp; | ||||
13 | |||||
14 | #endif /* LINUX_B43_PHY_LP_H_ */ |