]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/csr/csr_wifi_sme_task.h
regulator: core: Move list_voltage_{linear,linear_range,table} to helpers.c
[karo-tx-linux.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