Linux 3.11-rc1
[cascardo/linux.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 #define CSR_WIFI_ROUTER_LOG_ID 0x1201FFFF
19 extern CsrSchedQid CSR_WIFI_ROUTER_IFACEQUEUE;
20 void CsrWifiRouterInit(void **gash);
21 void CsrWifiRouterDeinit(void **gash);
22 void CsrWifiRouterHandler(void **gash);
23
24 #endif /* CSR_WIFI_ROUTER_TASK_H__ */
25