1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef _HALMAC_API_8822B_PCIE_H_ 3 #define _HALMAC_API_8822B_PCIE_H_ 4 5 #include "../../halmac_2_platform.h" 6 #include "../../halmac_type.h" 7 8 HALMAC_RET_STATUS 9 halmac_mac_power_switch_8822b_pcie( 10 IN PHALMAC_ADAPTER pHalmac_adapter, 11 IN HALMAC_MAC_POWER halmac_power 12 ); 13 14 #endif/* _HALMAC_API_8822B_PCIE_H_ */ 15