17956Sxiuyan.wang@Sun.COM /* 27956Sxiuyan.wang@Sun.COM * CDDL HEADER START 37956Sxiuyan.wang@Sun.COM * 47956Sxiuyan.wang@Sun.COM * The contents of this file are subject to the terms of the 57956Sxiuyan.wang@Sun.COM * Common Development and Distribution License (the "License"). 67956Sxiuyan.wang@Sun.COM * You may not use this file except in compliance with the License. 77956Sxiuyan.wang@Sun.COM * 87956Sxiuyan.wang@Sun.COM * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97956Sxiuyan.wang@Sun.COM * or http://www.opensolaris.org/os/licensing. 107956Sxiuyan.wang@Sun.COM * See the License for the specific language governing permissions 117956Sxiuyan.wang@Sun.COM * and limitations under the License. 127956Sxiuyan.wang@Sun.COM * 137956Sxiuyan.wang@Sun.COM * When distributing Covered Code, include this CDDL HEADER in each 147956Sxiuyan.wang@Sun.COM * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157956Sxiuyan.wang@Sun.COM * If applicable, add the following below this CDDL HEADER, with the 167956Sxiuyan.wang@Sun.COM * fields enclosed by brackets "[]" replaced with your own identifying 177956Sxiuyan.wang@Sun.COM * information: Portions Copyright [yyyy] [name of copyright owner] 187956Sxiuyan.wang@Sun.COM * 197956Sxiuyan.wang@Sun.COM * CDDL HEADER END 207956Sxiuyan.wang@Sun.COM */ 218687SJing.Xiong@Sun.COM 227956Sxiuyan.wang@Sun.COM /* 237956Sxiuyan.wang@Sun.COM * Copyright 2008 NetXen, Inc. All rights reserved. 247956Sxiuyan.wang@Sun.COM * Use is subject to license terms. 257956Sxiuyan.wang@Sun.COM */ 268687SJing.Xiong@Sun.COM 278687SJing.Xiong@Sun.COM #ifndef _UNM_VERSION_H_ 288687SJing.Xiong@Sun.COM #define _UNM_VERSION_H_ 298687SJing.Xiong@Sun.COM 308687SJing.Xiong@Sun.COM #ifdef __cplusplus 318687SJing.Xiong@Sun.COM extern "C" { 328687SJing.Xiong@Sun.COM #endif 338687SJing.Xiong@Sun.COM 34*9436SJing.Xiong@Sun.COM #define UNM_NIC_VERSIONID "4.0.221" 357956Sxiuyan.wang@Sun.COM #define _UNM_NIC_MAJOR 4 367956Sxiuyan.wang@Sun.COM #define _UNM_NIC_MINOR 0 37*9436SJing.Xiong@Sun.COM #define _UNM_NIC_SUBVERSION 221 388687SJing.Xiong@Sun.COM 398687SJing.Xiong@Sun.COM #ifdef __cplusplus 408687SJing.Xiong@Sun.COM } 418687SJing.Xiong@Sun.COM #endif 428687SJing.Xiong@Sun.COM 438687SJing.Xiong@Sun.COM #endif /* !_UNM_VERSION_H_ */ 44