Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
csr_wifi_nme_converter_init.h
Go to the documentation of this file.
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_CONVERTER_INIT_H__
14 #define CSR_WIFI_NME_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_converter_init.h
22 #endif
23 
24 #ifndef EXCLUDE_CSR_WIFI_NME_MODULE
25 
26 #include "csr_msgconv.h"
27 
28 #ifdef CSR_LOG_ENABLE
29 #include "csr_log.h"
30 
31 extern const CsrLogPrimitiveInformation* CsrWifiNmeTechInfoGet(void);
32 #endif /* CSR_LOG_ENABLE */
33 
34 extern void CsrWifiNmeConverterInit(void);
35 
36 #else /* EXCLUDE_CSR_WIFI_NME_MODULE */
37 
38 #define CsrWifiNmeConverterInit()
39 
40 #endif /* EXCLUDE_CSR_WIFI_NME_MODULE */
41 
42 #ifdef __cplusplus
43 }
44 #endif
45 
46 #endif /* CSR_WIFI_NME_CONVERTER_INIT_H__ */