xref: /wlan-driver/qca-wifi-host-cmn/hif/inc/hostdef.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1 /*
2  * Copyright (c) 2013-2016,2018-2021 The Linux Foundation. All rights reserved.
3  * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
4  *
5  * Permission to use, copy, modify, and/or distribute this software for
6  * any purpose with or without fee is hereby granted, provided that the
7  * above copyright notice and this permission notice appear in all
8  * copies.
9  *
10  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
11  * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
12  * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
13  * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
14  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
15  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
16  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17  * PERFORMANCE OF THIS SOFTWARE.
18  */
19 
20 #ifndef HOSTDEFS_H_
21 #define HOSTDEFS_H_
22 
23 #include <a_osapi.h>
24 #include <athdefs.h>
25 #include <a_types.h>
26 #include "host_reg_init.h"
27 
28 extern struct hostdef_s *AR6002_HOSTdef;
29 extern struct hostdef_s *AR6003_HOSTdef;
30 extern struct hostdef_s *AR6004_HOSTdef;
31 extern struct hostdef_s *AR9888_HOSTdef;
32 extern struct hostdef_s *AR9888V2_HOSTdef;
33 extern struct hostdef_s *AR6320_HOSTdef;
34 extern struct hostdef_s *AR900B_HOSTdef;
35 extern struct hostdef_s *QCA9984_HOSTdef;
36 extern struct hostdef_s *QCA9888_HOSTdef;
37 extern struct hostdef_s *QCA6290_HOSTdef;
38 extern struct hostdef_s *QCA6390_HOSTdef;
39 extern struct hostdef_s *QCA6490_HOSTdef;
40 extern struct hostdef_s *QCA6750_HOSTdef;
41 extern struct hostdef_s *KIWI_HOSTdef;
42 
43 extern struct hostdef_s *QCA8074_HOSTdef;
44 extern struct hostdef_s *QCA8074V2_HOSTDEF;
45 extern struct hostdef_s *QCA6018_HOSTDEF;
46 extern struct hostdef_s *QCA5018_HOSTDEF;
47 extern struct hostdef_s *QCN9000_HOSTDEF;
48 extern struct hostdef_s *QCN6122_HOSTDEF;
49 extern struct hostdef_s *QCN9224_HOSTDEF;
50 extern struct hostdef_s *QCA9574_HOSTDEF;
51 extern struct hostdef_s *QCA5332_HOSTDEF;
52 extern struct hostdef_s *QCN9160_HOSTDEF;
53 extern struct hostdef_s *QCN6432_HOSTDEF;
54 #endif
55