blob: 0f725e454939b74116185bc841f00ec17e0231e6 [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_SME_TASK_H__
#define CSR_WIFI_SME_TASK_H__
#include "csr_sched.h"
#ifdef __cplusplus
extern "C" {
#endif
#define CSR_WIFI_SME_LOG_ID 0x1202FFFF
extern CsrSchedQid CSR_WIFI_SME_IFACEQUEUE;
void CsrWifiSmeInit(void **gash);
void CsrWifiSmeDeinit(void **gash);
void CsrWifiSmeHandler(void **gash);
#ifdef __cplusplus
}
#endif
#endif /* CSR_WIFI_SME_TASK_H__ */