Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nu11secur1ty
GitHub Repository: nu11secur1ty/Kali-Linux
Path: blob/master/ALFA-W1F1/RTL8814AU/hal/efuse/efuse_mask.h
1307 views
1
/******************************************************************************
2
*
3
* Copyright(c) 2016 - 2017 Realtek Corporation.
4
*
5
* This program is free software; you can redistribute it and/or modify it
6
* under the terms of version 2 of the GNU General Public License as
7
* published by the Free Software Foundation.
8
*
9
* This program is distributed in the hope that it will be useful, but WITHOUT
10
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12
* more details.
13
*
14
*****************************************************************************/
15
16
#ifdef CONFIG_USB_HCI
17
18
#if defined(CONFIG_RTL8188E)
19
#include "rtl8188e/HalEfuseMask8188E_USB.h"
20
#endif
21
22
#if defined(CONFIG_RTL8812A)
23
#include "rtl8812a/HalEfuseMask8812A_USB.h"
24
#endif
25
26
#if defined(CONFIG_RTL8821A)
27
#include "rtl8812a/HalEfuseMask8821A_USB.h"
28
#endif
29
30
#if defined(CONFIG_RTL8192E)
31
#include "rtl8192e/HalEfuseMask8192E_USB.h"
32
#endif
33
34
#if defined(CONFIG_RTL8723B)
35
#include "rtl8723b/HalEfuseMask8723B_USB.h"
36
#endif
37
38
#if defined(CONFIG_RTL8814A)
39
#include "rtl8814a/HalEfuseMask8814A_USB.h"
40
#endif
41
42
#if defined(CONFIG_RTL8703B)
43
#include "rtl8703b/HalEfuseMask8703B_USB.h"
44
#endif
45
46
#if defined(CONFIG_RTL8723D)
47
#include "rtl8723d/HalEfuseMask8723D_USB.h"
48
#endif
49
50
#if defined(CONFIG_RTL8188F)
51
#include "rtl8188f/HalEfuseMask8188F_USB.h"
52
#endif
53
54
#if defined(CONFIG_RTL8188GTV)
55
#include "rtl8188gtv/HalEfuseMask8188GTV_USB.h"
56
#endif
57
58
#if defined(CONFIG_RTL8822B)
59
#include "rtl8822b/HalEfuseMask8822B_USB.h"
60
#endif
61
62
#if defined(CONFIG_RTL8821C)
63
#include "rtl8821c/HalEfuseMask8821C_USB.h"
64
#endif
65
66
#if defined(CONFIG_RTL8710B)
67
#include "rtl8710b/HalEfuseMask8710B_USB.h"
68
#endif
69
70
#if defined(CONFIG_RTL8192F)
71
#include "rtl8192f/HalEfuseMask8192F_USB.h"
72
#endif
73
#if defined(CONFIG_RTL8822C)
74
#include "rtl8822c/HalEfuseMask8822C_USB.h"
75
#endif
76
#if defined(CONFIG_RTL8814B)
77
#include "rtl8814b/HalEfuseMask8814B_USB.h"
78
#endif
79
#endif /*CONFIG_USB_HCI*/
80
81
#ifdef CONFIG_PCI_HCI
82
83
#if defined(CONFIG_RTL8188E)
84
#include "rtl8188e/HalEfuseMask8188E_PCIE.h"
85
#endif
86
87
#if defined(CONFIG_RTL8812A)
88
#include "rtl8812a/HalEfuseMask8812A_PCIE.h"
89
#endif
90
91
#if defined(CONFIG_RTL8821A)
92
#include "rtl8812a/HalEfuseMask8821A_PCIE.h"
93
#endif
94
95
#if defined(CONFIG_RTL8192E)
96
#include "rtl8192e/HalEfuseMask8192E_PCIE.h"
97
#endif
98
99
#if defined(CONFIG_RTL8723B)
100
#include "rtl8723b/HalEfuseMask8723B_PCIE.h"
101
#endif
102
103
#if defined(CONFIG_RTL8814A)
104
#include "rtl8814a/HalEfuseMask8814A_PCIE.h"
105
#endif
106
107
#if defined(CONFIG_RTL8703B)
108
#include "rtl8703b/HalEfuseMask8703B_PCIE.h"
109
#endif
110
111
#if defined(CONFIG_RTL8822B)
112
#include "rtl8822b/HalEfuseMask8822B_PCIE.h"
113
#endif
114
#if defined(CONFIG_RTL8723D)
115
#include "rtl8723d/HalEfuseMask8723D_PCIE.h"
116
#endif
117
#if defined(CONFIG_RTL8821C)
118
#include "rtl8821c/HalEfuseMask8821C_PCIE.h"
119
#endif
120
121
#if defined(CONFIG_RTL8192F)
122
#include "rtl8192f/HalEfuseMask8192F_PCIE.h"
123
#endif
124
#if defined(CONFIG_RTL8822C)
125
#include "rtl8822c/HalEfuseMask8822C_PCIE.h"
126
#endif
127
#if defined(CONFIG_RTL8814B)
128
#include "rtl8814b/HalEfuseMask8814B_PCIE.h"
129
#endif
130
#endif /*CONFIG_PCI_HCI*/
131
#ifdef CONFIG_SDIO_HCI
132
#if defined(CONFIG_RTL8723B)
133
#include "rtl8723b/HalEfuseMask8723B_SDIO.h"
134
#endif
135
136
#if defined(CONFIG_RTL8188E)
137
#include "rtl8188e/HalEfuseMask8188E_SDIO.h"
138
#endif
139
140
#if defined(CONFIG_RTL8703B)
141
#include "rtl8703b/HalEfuseMask8703B_SDIO.h"
142
#endif
143
144
#if defined(CONFIG_RTL8188F)
145
#include "rtl8188f/HalEfuseMask8188F_SDIO.h"
146
#endif
147
148
#if defined(CONFIG_RTL8188GTV)
149
#include "rtl8188gtv/HalEfuseMask8188GTV_SDIO.h"
150
#endif
151
152
#if defined(CONFIG_RTL8723D)
153
#include "rtl8723d/HalEfuseMask8723D_SDIO.h"
154
#endif
155
156
#if defined(CONFIG_RTL8192E)
157
#include "rtl8192e/HalEfuseMask8192E_SDIO.h"
158
#endif
159
160
#if defined(CONFIG_RTL8821A)
161
#include "rtl8812a/HalEfuseMask8821A_SDIO.h"
162
#endif
163
164
#if defined(CONFIG_RTL8821C)
165
#include "rtl8821c/HalEfuseMask8821C_SDIO.h"
166
#endif
167
168
#if defined(CONFIG_RTL8822B)
169
#include "rtl8822b/HalEfuseMask8822B_SDIO.h"
170
#endif
171
172
#if defined(CONFIG_RTL8192F)
173
#include "rtl8192f/HalEfuseMask8192F_SDIO.h"
174
#endif
175
176
177
#if defined(CONFIG_RTL8822C)
178
#include "rtl8822c/HalEfuseMask8822C_SDIO.h"
179
#endif
180
181
#endif /*CONFIG_SDIO_HCI*/
182
183