xref: /wlan-dirver/qca-wifi-host-cmn/hal/wifi3.0/li/hal_li_hw_headers.h (revision 2f4b444fb7e689b83a4ab0e7b3b38f0bf4def8e0)
1 /*
2  * Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
3  *
4  * Permission to use, copy, modify, and/or distribute this software for
5  * any purpose with or without fee is hereby granted, provided that the
6  * above copyright notice and this permission notice appear in all
7  * copies.
8  *
9  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
10  * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11  * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12  * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
13  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16  * PERFORMANCE OF THIS SOFTWARE.
17  */
18 
19 #ifndef _HAL_LI_HW_INTERNAL_H_
20 #define _HAL_LI_HW_INTERNAL_H_
21 
22 #include "hal_hw_headers.h"
23 
24 #include "reo_reg_seq_hwioreg.h"
25 #include "mac_tcl_reg_seq_hwioreg.h"
26 #include "wbm_reg_seq_hwioreg.h"
27 #ifdef QCA_WIFI_QCA6490
28 #include "wfss_ce_channel_dst_reg_seq_hwioreg.h"
29 #include "wfss_ce_channel_src_reg_seq_hwioreg.h"
30 #else
31 #include "wfss_ce_reg_seq_hwioreg.h"
32 #endif /* QCA_WIFI_QCA6490 */
33 #include <reo_descriptor_threshold_reached_status.h>
34 #include <reo_flush_queue.h>
35 #include <reo_flush_timeout_list_status.h>
36 #include <reo_unblock_cache.h>
37 #include <reo_flush_cache.h>
38 #include <reo_flush_queue_status.h>
39 #include <reo_get_queue_stats.h>
40 #include <reo_unblock_cache_status.h>
41 #include <reo_flush_cache_status.h>
42 #include <reo_flush_timeout_list.h>
43 #include <reo_get_queue_stats_status.h>
44 #include <reo_update_rx_reo_queue.h>
45 #include <reo_update_rx_reo_queue_status.h>
46 #include <tlv_tag_def.h>
47 
48 
49 #endif /* _HAL_LI_HW_INTERNAL_H_ */
50