Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[cascardo/linux.git] / drivers / staging / csr / csr_wifi_nme_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_NME_TASK_H__
14 #define CSR_WIFI_NME_TASK_H__
15
16 #include <linux/types.h>
17 #include "csr_sched.h"
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 #ifndef CSR_WIFI_NME_ENABLE
24 #error CSR_WIFI_NME_ENABLE MUST be defined inorder to use csr_wifi_nme_task.h
25 #endif
26
27 #define CSR_WIFI_NME_LOG_ID 0x1203FFFF
28 extern CsrSchedQid CSR_WIFI_NME_IFACEQUEUE;
29 void CsrWifiNmeInit(void **gash);
30 void CsrWifiNmeDeinit(void **gash);
31 void CsrWifiNmeHandler(void **gash);
32
33 #ifdef __cplusplus
34 }
35 #endif
36
37 #endif /* CSR_WIFI_NME_TASK_H__ */
38