]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/csr/csr_wifi_sme_converter_init.h
regulator: core: Move list_voltage_{linear,linear_range,table} to helpers.c
[karo-tx-linux.git] / drivers / staging / csr / csr_wifi_sme_converter_init.h
1 /*****************************************************************************
2
3             (c) Cambridge Silicon Radio Limited 2012
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_SME_CONVERTER_INIT_H__
14 #define CSR_WIFI_SME_CONVERTER_INIT_H__
15
16 #ifndef EXCLUDE_CSR_WIFI_SME_MODULE
17
18 #include "csr_msgconv.h"
19
20 #ifdef CSR_LOG_ENABLE
21 #include "csr_log.h"
22
23 extern const CsrLogPrimitiveInformation* CsrWifiSmeTechInfoGet(void);
24 #endif /* CSR_LOG_ENABLE */
25
26 extern void CsrWifiSmeConverterInit(void);
27
28 #else /* EXCLUDE_CSR_WIFI_SME_MODULE */
29
30 #define CsrWifiSmeConverterInit()
31
32 #endif /* EXCLUDE_CSR_WIFI_SME_MODULE */
33
34 #endif /* CSR_WIFI_SME_CONVERTER_INIT_H__ */