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_router_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_ROUTER_CONVERTER_INIT_H__
14#define CSR_WIFI_ROUTER_CONVERTER_INIT_H__
15
635d2b00
GKH
16#ifndef EXCLUDE_CSR_WIFI_ROUTER_MODULE
17
18#include "csr_msgconv.h"
19
20#ifdef CSR_LOG_ENABLE
21#include "csr_log.h"
22
23extern const CsrLogPrimitiveInformation* CsrWifiRouterTechInfoGet(void);
24#endif /* CSR_LOG_ENABLE */
25
26extern void CsrWifiRouterConverterInit(void);
27
28#else /* EXCLUDE_CSR_WIFI_ROUTER_MODULE */
29
30#define CsrWifiRouterConverterInit()
31
32#endif /* EXCLUDE_CSR_WIFI_ROUTER_MODULE */
33
635d2b00 34#endif /* CSR_WIFI_ROUTER_CONVERTER_INIT_H__ */