Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
csr_wifi_hip_unifiversion.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  * ---------------------------------------------------------------------------
13  * FILE: unifiversion.h
14  *
15  * PURPOSE:
16  * Version information for the portable UniFi driver.
17  *
18  * ---------------------------------------------------------------------------
19  */
20 
21 #ifndef __UNIFIVERSION_H__
22 #define __UNIFIVERSION_H__
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
28 /*
29  * The minimum version of Host Interface Protocol required by the driver.
30  */
31 #define UNIFI_HIP_MAJOR_VERSION 9
32 #define UNIFI_HIP_MINOR_VERSION 1
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 
38 #endif /* __UNIFIVERSION_H__ */