xref: /linux/drivers/net/wireless/ath/ath12k/wifi7/mhi.h (revision 37a93dd5c49b5fda807fd204edf2547c3493319c)
1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
2 /*
3  * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
4  * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
5  */
6 
7 #ifndef _ATH12K_WIFI7_MHI_H
8 #define _ATH12K_WIFI7_MHI_H
9 extern const struct mhi_controller_config ath12k_wifi7_mhi_config_qcn9274;
10 extern const struct mhi_controller_config ath12k_wifi7_mhi_config_wcn7850;
11 #endif /* _ATH12K_WIFI7_MHI_H */
12