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 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 23 extern const CsrLogPrimitiveInformation* CsrWifiRouterTechInfoGet(void); 24 #endif /* CSR_LOG_ENABLE */ 25 26 extern void CsrWifiRouterConverterInit(void); 27 28 #else /* EXCLUDE_CSR_WIFI_ROUTER_MODULE */ 29 30 #define CsrWifiRouterConverterInit() 31 32 #endif /* EXCLUDE_CSR_WIFI_ROUTER_MODULE */ 33 34 #endif /* CSR_WIFI_ROUTER_CONVERTER_INIT_H__ */ 35