blob: 4072c06a152d95bd61deeb9a210129c6dde05b32 [file] [log] [blame]
/*****************************************************************************
(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_NME_AP_CONVERTER_INIT_H__
#define CSR_WIFI_NME_AP_CONVERTER_INIT_H__
#ifdef __cplusplus
extern "C" {
#endif
#ifndef CSR_WIFI_NME_ENABLE
#error CSR_WIFI_NME_ENABLE MUST be defined inorder to use csr_wifi_nme_ap_converter_init.h
#endif
#ifndef CSR_WIFI_AP_ENABLE
#error CSR_WIFI_AP_ENABLE MUST be defined inorder to use csr_wifi_nme_ap_converter_init.h
#endif
#ifndef EXCLUDE_CSR_WIFI_NME_AP_MODULE
#include "csr_msgconv.h"
#ifdef CSR_LOG_ENABLE
#include "csr_log.h"
extern const CsrLogPrimitiveInformation* CsrWifiNmeApTechInfoGet(void);
#endif /* CSR_LOG_ENABLE */
extern void CsrWifiNmeApConverterInit(void);
#else /* EXCLUDE_CSR_WIFI_NME_AP_MODULE */
#define CsrWifiNmeApConverterInit()
#endif /* EXCLUDE_CSR_WIFI_NME_AP_MODULE */
#ifdef __cplusplus
}
#endif
#endif /* CSR_WIFI_NME_AP_CONVERTER_INIT_H__ */