xref: /linux/drivers/net/wireless/ath/ath12k/wifi7/dp.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_DP_WIFI7_H
8 #define ATH12K_DP_WIFI7_H
9 
10 #include "../dp_cmn.h"
11 #include "hw.h"
12 
13 struct ath12k_base;
14 struct ath12k_dp;
15 enum dp_monitor_mode;
16 
17 struct ath12k_dp *ath12k_wifi7_dp_device_alloc(struct ath12k_base *ab);
18 void ath12k_wifi7_dp_device_free(struct ath12k_dp *dp);
19 
20 #endif
21