1 #ifndef _DEV_IC_RTWPHY_H 2 #define _DEV_IC_RTWPHY_H 3 4 struct rtw_rf *rtw_sa2400_create(struct rtw_regs *, rtw_rf_write_t, int); 5 struct rtw_rf *rtw_max2820_create(struct rtw_regs *, rtw_rf_write_t, int); 6 7 int rtw_phy_init(struct rtw_regs *, struct rtw_rf *, u_int8_t, u_int8_t, u_int, 8 int, int, enum rtw_pwrstate); 9 10 #endif /* _DEV_IC_RTWPHY_H */ 11