alistair23-linux/drivers/staging/csr/csr_wifi_router_ctrl_converter_init.h
Greg Kroah-Hartman 31370f7e57 Staging: csr: remove __cplusplus nonsense from the .h files
In the kernel, we use C.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-10-26 16:29:09 -07:00

35 lines
996 B
C

/*****************************************************************************
(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_CTRL_CONVERTER_INIT_H__
#define CSR_WIFI_ROUTER_CTRL_CONVERTER_INIT_H__
#ifndef EXCLUDE_CSR_WIFI_ROUTER_CTRL_MODULE
#include "csr_msgconv.h"
#ifdef CSR_LOG_ENABLE
#include "csr_log.h"
extern const CsrLogPrimitiveInformation* CsrWifiRouterCtrlTechInfoGet(void);
#endif /* CSR_LOG_ENABLE */
extern void CsrWifiRouterCtrlConverterInit(void);
#else /* EXCLUDE_CSR_WIFI_ROUTER_CTRL_MODULE */
#define CsrWifiRouterCtrlConverterInit()
#endif /* EXCLUDE_CSR_WIFI_ROUTER_CTRL_MODULE */
#endif /* CSR_WIFI_ROUTER_CTRL_CONVERTER_INIT_H__ */