xref: /linux/drivers/net/wireless/ath/ath12k/wifi7/wmi.h (revision 37a93dd5c49b5fda807fd204edf2547c3493319c)
1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
2 /*
3  * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
4  * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
5  */
6 
7 #ifndef ATH12K_WMI_WIFI7_H
8 #define ATH12K_WMI_WIFI7_H
9 
10 void ath12k_wifi7_wmi_init_qcn9274(struct ath12k_base *ab,
11 				   struct ath12k_wmi_resource_config_arg *config);
12 void ath12k_wifi7_wmi_init_wcn7850(struct ath12k_base *ab,
13 				   struct ath12k_wmi_resource_config_arg *config);
14 
15 #endif
16