Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
csr_wifi_router_sef.h
Go to the documentation of this file.
1 /*****************************************************************************
2 
3  (c) Cambridge Silicon Radio Limited 2010
4  Confidential information of CSR
5 
6  Refer to LICENSE.txt included with this source for details
7  on the license terms.
8 
9  *****************************************************************************/
10 #ifndef CSR_WIFI_ROUTER_SEF_CSR_WIFI_ROUTER_H__
11 #define CSR_WIFI_ROUTER_SEF_CSR_WIFI_ROUTER_H__
12 
13 #include "csr_wifi_router_prim.h"
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
20 
22 
25  extern void CsrWifiRouterMaPacketReqHandler(void* drvpriv, CsrWifiFsmEvent* msg);
26  extern void CsrWifiRouterMaPacketResHandler(void* drvpriv, CsrWifiFsmEvent* msg);
27  extern void CsrWifiRouterMaPacketCancelReqHandler(void* drvpriv, CsrWifiFsmEvent* msg);
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 #endif /* CSR_WIFI_ROUTER_SEF_CSR_WIFI_ROUTER_H__ */