Home | History | Annotate | Line # | Download | only in ic
rtwphy.h revision 1.1
      1  1.1  dyoung #ifndef _DEV_IC_RTWPHY_H
      2  1.1  dyoung #define _DEV_IC_RTWPHY_H
      3  1.1  dyoung 
      4  1.1  dyoung struct rtw_rf *rtw_sa2400_create(struct rtw_regs *, rtw_rf_write_t, int);
      5  1.1  dyoung struct rtw_rf *rtw_max2820_create(struct rtw_regs *, rtw_rf_write_t, int);
      6  1.1  dyoung 
      7  1.1  dyoung int rtw_phy_init(struct rtw_regs *, struct rtw_rf *, u_int8_t, u_int8_t, u_int,
      8  1.1  dyoung     int, int, enum rtw_pwrstate);
      9  1.1  dyoung 
     10  1.1  dyoung #endif /* _DEV_IC_RTWPHY_H */
     11