Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
csr_wifi_sme_converter_init.h
Go to the documentation of this file.
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 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 #ifndef EXCLUDE_CSR_WIFI_SME_MODULE
21 
22 #include "csr_msgconv.h"
23 
24 #ifdef CSR_LOG_ENABLE
25 #include "csr_log.h"
26 
27 extern const CsrLogPrimitiveInformation* CsrWifiSmeTechInfoGet(void);
28 #endif /* CSR_LOG_ENABLE */
29 
30 extern void CsrWifiSmeConverterInit(void);
31 
32 #else /* EXCLUDE_CSR_WIFI_SME_MODULE */
33 
34 #define CsrWifiSmeConverterInit()
35 
36 #endif /* EXCLUDE_CSR_WIFI_SME_MODULE */
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif /* CSR_WIFI_SME_CONVERTER_INIT_H__ */