spi: Use dev_get_drvdata at appropriate places
[deliverable/linux.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
635d2b00
GKH
18#define CSR_WIFI_ROUTER_LOG_ID 0x1201FFFF
19extern CsrSchedQid CSR_WIFI_ROUTER_IFACEQUEUE;
20void CsrWifiRouterInit(void **gash);
21void CsrWifiRouterDeinit(void **gash);
22void CsrWifiRouterHandler(void **gash);
23
635d2b00
GKH
24#endif /* CSR_WIFI_ROUTER_TASK_H__ */
25
This page took 0.125212 seconds and 5 git commands to generate.