Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / staging / csr / csr_wifi_nme_ap_converter_init.h
CommitLineData
635d2b00
GKH
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
635d2b00
GKH
16#ifndef CSR_WIFI_NME_ENABLE
17#error CSR_WIFI_NME_ENABLE MUST be defined inorder to use csr_wifi_nme_ap_converter_init.h
18#endif
19#ifndef CSR_WIFI_AP_ENABLE
20#error CSR_WIFI_AP_ENABLE MUST be defined inorder to use csr_wifi_nme_ap_converter_init.h
21#endif
22
23#ifndef EXCLUDE_CSR_WIFI_NME_AP_MODULE
24
25#include "csr_msgconv.h"
26
27#ifdef CSR_LOG_ENABLE
28#include "csr_log.h"
29
30extern const CsrLogPrimitiveInformation* CsrWifiNmeApTechInfoGet(void);
31#endif /* CSR_LOG_ENABLE */
32
33extern void CsrWifiNmeApConverterInit(void);
34
35#else /* EXCLUDE_CSR_WIFI_NME_AP_MODULE */
36
37#define CsrWifiNmeApConverterInit()
38
39#endif /* EXCLUDE_CSR_WIFI_NME_AP_MODULE */
40
635d2b00 41#endif /* CSR_WIFI_NME_AP_CONVERTER_INIT_H__ */