Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_driver-simpli...
[firefly-linux-kernel-4.4.55.git] / drivers / staging / csr / csr_wifi_nme_ap_converter_init.h
1 /*****************************************************************************
2
3             (c) Cambridge Silicon Radio Limited 2011
4             All rights reserved and confidential information of CSR
5
6             Refer to LICENSE.txt included with this source for details
7             on the license terms.
8
9 *****************************************************************************/
10
11 /* Note: this is an auto-generated file. */
12
13 #ifndef CSR_WIFI_NME_AP_CONVERTER_INIT_H__
14 #define CSR_WIFI_NME_AP_CONVERTER_INIT_H__
15
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19
20 #ifndef CSR_WIFI_NME_ENABLE
21 #error CSR_WIFI_NME_ENABLE MUST be defined inorder to use csr_wifi_nme_ap_converter_init.h
22 #endif
23 #ifndef CSR_WIFI_AP_ENABLE
24 #error CSR_WIFI_AP_ENABLE MUST be defined inorder to use csr_wifi_nme_ap_converter_init.h
25 #endif
26
27 #ifndef EXCLUDE_CSR_WIFI_NME_AP_MODULE
28
29 #include "csr_msgconv.h"
30
31 #ifdef CSR_LOG_ENABLE
32 #include "csr_log.h"
33
34 extern const CsrLogPrimitiveInformation* CsrWifiNmeApTechInfoGet(void);
35 #endif /* CSR_LOG_ENABLE */
36
37 extern void CsrWifiNmeApConverterInit(void);
38
39 #else /* EXCLUDE_CSR_WIFI_NME_AP_MODULE */
40
41 #define CsrWifiNmeApConverterInit()
42
43 #endif /* EXCLUDE_CSR_WIFI_NME_AP_MODULE */
44
45 #ifdef __cplusplus
46 }
47 #endif
48
49 #endif /* CSR_WIFI_NME_AP_CONVERTER_INIT_H__ */