Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
csr_wifi_hostio_prim.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 
12 #ifndef CSR_WIFI_HOSTIO_H
13 #define CSR_WIFI_HOSTIO_H
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 
20 #define CSR_WIFI_HOSTIO_PRIM 0x0453
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif /* CSR_WIFI_HOSTIO_H */
27