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