1 #ifndef WLAN_ACTMOD_PHY_IF_H 2 #define WLAN_ACTMOD_PHY_IF_H 3 4 #include "bs_types.h" 5 #include "bs_pc_2G4_types.h" 6 7 #ifdef __cplusplus 8 extern "C" { 9 #endif 10 11 void WLAN_actmod_init_phy_com(WLAN_actmod_args_t *args); 12 void WLAN_actmod_disconnect_phy_com(); 13 int WLAN_actmod_Tx_in_port(p2G4_tx_t* tx_s, uint port_nbr); 14 bs_time_t WLAN_actmod_get_time(); 15 16 #ifdef __cplusplus 17 } 18 #endif 19 20 #endif 21