7 lines
150 B
C
7 lines
150 B
C
|
#ifndef B43_TABLES_PHY_LCN_H_
|
||
|
#define B43_TABLES_PHY_LCN_H_
|
||
|
|
||
|
void b43_phy_lcn_tables_init(struct b43_wldev *dev);
|
||
|
|
||
|
#endif /* B43_TABLES_PHY_LCN_H_ */
|