]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - sys/contrib/octeon-sdk/cvmx-version.h
Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.
[FreeBSD/releng/8.2.git] / sys / contrib / octeon-sdk / cvmx-version.h
1 /* Version information is made available at compile time in two forms:
2 ** 1) a version string for printing
3 ** 2) a combined SDK version and build number, suitable for comparisons
4 **    to determine what SDK version is being used.
5 **    SDK 1.2.3 build 567 => 102030567
6 **    Note that 2 digits are used for each version number, so that:
7 **     1.9.0  == 01.09.00 < 01.10.00 == 1.10.0 
8 **     10.9.0 == 10.09.00 > 09.10.00 == 9.10.0 
9 ** 
10 */ 
11 #define OCTEON_SDK_VERSION_NUM  109000312ull
12 #define OCTEON_SDK_VERSION_STRING   "Cavium Networks Octeon SDK version 1.9.0, build 312"