Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / staging / csr / csr_wifi_router_task.h
CommitLineData
635d2b00
GKH
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
635d2b00
GKH
16#include "csr_sched.h"
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22#define CSR_WIFI_ROUTER_LOG_ID 0x1201FFFF
23extern CsrSchedQid CSR_WIFI_ROUTER_IFACEQUEUE;
24void CsrWifiRouterInit(void **gash);
25void CsrWifiRouterDeinit(void **gash);
26void CsrWifiRouterHandler(void **gash);
27
28#ifdef __cplusplus
29}
30#endif
31
32#endif /* CSR_WIFI_ROUTER_TASK_H__ */
33