Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
csr_wifi_router_task.h
Go to the documentation of this file.
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
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