Linux-libre 3.10.80-gnu
[librecmc/linux-libre.git] / drivers / staging / csr / csr_wifi_sme_task.h
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_SME_TASK_H__
14 #define CSR_WIFI_SME_TASK_H__
15
16 #include "csr_sched.h"
17
18 #define CSR_WIFI_SME_LOG_ID 0x1202FFFF
19 extern CsrSchedQid CSR_WIFI_SME_IFACEQUEUE;
20 void CsrWifiSmeInit(void **gash);
21 void CsrWifiSmeDeinit(void **gash);
22 void CsrWifiSmeHandler(void **gash);
23
24 #endif /* CSR_WIFI_SME_TASK_H__ */
25