emlxs_version.h (8f23e9fa) emlxs_version.h (a3170057)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at

--- 21 unchanged lines hidden (view full) ---

30#ifdef __cplusplus
31extern "C" {
32#endif
33#define EMLXS_COPYRIGHT "Copyright (c) 2004-2012 Emulex. " \
34 "All rights reserved."
35
36
37#define EMLXS_VERSION "2.80.8.0"
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at

--- 21 unchanged lines hidden (view full) ---

30#ifdef __cplusplus
31extern "C" {
32#endif
33#define EMLXS_COPYRIGHT "Copyright (c) 2004-2012 Emulex. " \
34 "All rights reserved."
35
36
37#define EMLXS_VERSION "2.80.8.0"
38#define EMLXS_DATE_MINUTE "45" /* 00-59 */
39#define EMLXS_DATE_HOUR "15" /* 00-23 */
40#define EMLXS_DATE_DAY "17" /* 00-31 */
41#define EMLXS_DATE_MONTH "09" /* 01-12 */
42#define EMLXS_DATE_YEAR "2012" /* YYYY */
38#define EMLXS_DATE_MINUTE "16" /* 00-59 */
39#define EMLXS_DATE_HOUR "28" /* 00-23 */
40#define EMLXS_DATE_DAY "28" /* 00-31 */
41#define EMLXS_DATE_MONTH "02" /* 01-12 */
42#define EMLXS_DATE_YEAR "2020" /* YYYY */
43
44#define EMLXS_REVISION EMLXS_DATE_YEAR "." EMLXS_DATE_MONTH "." \
45 EMLXS_DATE_DAY "." EMLXS_DATE_HOUR "." \
46 EMLXS_DATE_MINUTE
47#define EMLXS_NAME ""DRIVER_NAME" FCA v" EMLXS_DATE_YEAR \
48 EMLXS_DATE_MONTH EMLXS_DATE_DAY "-" \
49 EMLXS_VERSION
50#define EMLXS_LABEL "Emulex-S s" VERSION "-" EMLXS_ARCH " " \
51 MACH " v" EMLXS_VERSION
52#define EMLXS_FW_NAME ""DRIVER_NAME" FW v" EMLXS_DATE_YEAR \
53 EMLXS_DATE_MONTH EMLXS_DATE_DAY "-" \
54 EMLXS_VERSION
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif /* _EMLXS_VERSION_H */
43
44#define EMLXS_REVISION EMLXS_DATE_YEAR "." EMLXS_DATE_MONTH "." \
45 EMLXS_DATE_DAY "." EMLXS_DATE_HOUR "." \
46 EMLXS_DATE_MINUTE
47#define EMLXS_NAME ""DRIVER_NAME" FCA v" EMLXS_DATE_YEAR \
48 EMLXS_DATE_MONTH EMLXS_DATE_DAY "-" \
49 EMLXS_VERSION
50#define EMLXS_LABEL "Emulex-S s" VERSION "-" EMLXS_ARCH " " \
51 MACH " v" EMLXS_VERSION
52#define EMLXS_FW_NAME ""DRIVER_NAME" FW v" EMLXS_DATE_YEAR \
53 EMLXS_DATE_MONTH EMLXS_DATE_DAY "-" \
54 EMLXS_VERSION
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif /* _EMLXS_VERSION_H */