mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-07 06:14:24 +08:00
f928668f2d
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
15 lines
210 B
C
15 lines
210 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_ */
|