Linux 3.11-rc1
[pandora-kernel.git] / drivers / staging / csr / csr_wifi_hip_unifiversion.h
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 /*
25  * The minimum version of Host Interface Protocol required by the driver.
26  */
27 #define UNIFI_HIP_MAJOR_VERSION 9
28 #define UNIFI_HIP_MINOR_VERSION 1
29
30 #endif /* __UNIFIVERSION_H__ */