Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes
[pandora-kernel.git] / drivers / staging / csr / csr_wifi_router_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_ROUTER_TASK_H__
14 #define CSR_WIFI_ROUTER_TASK_H__
15
16 #include "csr_sched.h"
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 #define CSR_WIFI_ROUTER_LOG_ID 0x1201FFFF
23 extern CsrSchedQid CSR_WIFI_ROUTER_IFACEQUEUE;
24 void CsrWifiRouterInit(void **gash);
25 void CsrWifiRouterDeinit(void **gash);
26 void CsrWifiRouterHandler(void **gash);
27
28 #ifdef __cplusplus
29 }
30 #endif
31
32 #endif /* CSR_WIFI_ROUTER_TASK_H__ */
33