linux-stable/drivers/staging/csr/csr_wifi_sme_converter_init.h
Greg Kroah-Hartman 95edd09ec3 Staging: csr: update to version 5.1.0 of the driver
This brings the in-kernel driver up to the level of the
csr-linux-wifi-5.1.0-oss.tar.gz tarball.

Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com>
Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com>
Cc: Riku Mettälä <riku.mettala@bluegiga.com>
Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-06-19 17:34:58 -07:00

42 lines
996 B
C

/*****************************************************************************
(c) Cambridge Silicon Radio Limited 2012
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_SME_CONVERTER_INIT_H__
#define CSR_WIFI_SME_CONVERTER_INIT_H__
#ifdef __cplusplus
extern "C" {
#endif
#ifndef EXCLUDE_CSR_WIFI_SME_MODULE
#include "csr_msgconv.h"
#ifdef CSR_LOG_ENABLE
#include "csr_log.h"
extern const CsrLogPrimitiveInformation* CsrWifiSmeTechInfoGet(void);
#endif /* CSR_LOG_ENABLE */
extern void CsrWifiSmeConverterInit(void);
#else /* EXCLUDE_CSR_WIFI_SME_MODULE */
#define CsrWifiSmeConverterInit()
#endif /* EXCLUDE_CSR_WIFI_SME_MODULE */
#ifdef __cplusplus
}
#endif
#endif /* CSR_WIFI_SME_CONVERTER_INIT_H__ */