aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/csr/csr_wifi_router_converter_init.h
blob: 478327b75c182b08bd92df748bfe4f4297ce16c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*****************************************************************************

            (c) Cambridge Silicon Radio Limited 2011
            All rights reserved and confidential information of CSR

            Refer to LICENSE.txt included with this source for details
            on the license terms.

*****************************************************************************/

/* Note: this is an auto-generated file. */

#ifndef CSR_WIFI_ROUTER_CONVERTER_INIT_H__
#define CSR_WIFI_ROUTER_CONVERTER_INIT_H__

#ifndef EXCLUDE_CSR_WIFI_ROUTER_MODULE

#include "csr_msgconv.h"

#ifdef CSR_LOG_ENABLE
#include "csr_log.h"

extern const CsrLogPrimitiveInformation* CsrWifiRouterTechInfoGet(void);
#endif /* CSR_LOG_ENABLE */

extern void CsrWifiRouterConverterInit(void);

#else /* EXCLUDE_CSR_WIFI_ROUTER_MODULE */

#define CsrWifiRouterConverterInit()

#endif /* EXCLUDE_CSR_WIFI_ROUTER_MODULE */

#endif /* CSR_WIFI_ROUTER_CONVERTER_INIT_H__ */