xref: /wlan-dirver/qca-wifi-host-cmn/hif/inc/hostdef.h (revision 1397a33f48ea6455be40871470b286e535820eb8)
1 /*
2  * Copyright (c) 2013-2016,2018 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 HOSTDEFS_H_
20 #define HOSTDEFS_H_
21 
22 #include <a_osapi.h>
23 #include <athdefs.h>
24 #include <a_types.h>
25 #include "host_reg_init.h"
26 
27 extern struct hostdef_s *AR6002_HOSTdef;
28 extern struct hostdef_s *AR6003_HOSTdef;
29 extern struct hostdef_s *AR6004_HOSTdef;
30 extern struct hostdef_s *AR9888_HOSTdef;
31 extern struct hostdef_s *AR9888V2_HOSTdef;
32 extern struct hostdef_s *AR6320_HOSTdef;
33 extern struct hostdef_s *AR900B_HOSTdef;
34 extern struct hostdef_s *QCA9984_HOSTdef;
35 extern struct hostdef_s *QCA9888_HOSTdef;
36 extern struct hostdef_s *QCA6290_HOSTdef;
37 extern struct hostdef_s *QCA6390_HOSTdef;
38 #ifdef ATH_AHB
39 extern struct hostdef_s *IPQ4019_HOSTdef;
40 #endif
41 extern struct hostdef_s *QCA8074_HOSTdef;
42 extern struct hostdef_s *QCA8074V2_HOSTDEF;
43 extern struct hostdef_s *QCA6018_HOSTDEF;
44 
45 #endif
46