aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/phy_lp.h
blob: e39a5436d8c08a835c8819e055ca01a19f7a1de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef LINUX_B43_PHY_LP_H_
#define LINUX_B43_PHY_LP_H_

/* Definitions for the LP-PHY */

struct b43_phy_lp {
	bool initialised;
};


struct b43_phy_operations;
extern const struct b43_phy_operations b43_phyops_lp;

#endif /* LINUX_B43_PHY_LP_H_ */