aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/csr/csr_wifi_hip_unifiversion.h
blob: e1fdbb27a463f38ac66ffea19689504d219cabc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*****************************************************************************

            (c) Cambridge Silicon Radio Limited 2011
            All rights reserved and confidential information of CSR

            Refer to LICENSE.txt included with this source for details
            on the license terms.

*****************************************************************************/

/*
 * ---------------------------------------------------------------------------
 *  FILE:     unifiversion.h
 *
 *  PURPOSE:
 *      Version information for the portable UniFi driver.
 *
 * ---------------------------------------------------------------------------
 */

#ifndef __UNIFIVERSION_H__
#define __UNIFIVERSION_H__

#ifdef __cplusplus
extern "C" {
#endif

/*
 * The minimum version of Host Interface Protocol required by the driver.
 */
#define UNIFI_HIP_MAJOR_VERSION 9
#define UNIFI_HIP_MINOR_VERSION 1

#ifdef __cplusplus
}
#endif

#endif /* __UNIFIVERSION_H__ */