Kernel  |  3.10

下载     查看原文件
C++程序  |  31行  |  898 B
/*****************************************************************************

            (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__

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

#endif /* __UNIFIVERSION_H__ */