19a5557fdSlucy wang - Sun Microsystems - Beijing China /*
29a5557fdSlucy wang - Sun Microsystems - Beijing China  * CDDL HEADER START
39a5557fdSlucy wang - Sun Microsystems - Beijing China  *
49a5557fdSlucy wang - Sun Microsystems - Beijing China  * The contents of this file are subject to the terms of the
59a5557fdSlucy wang - Sun Microsystems - Beijing China  * Common Development and Distribution License (the "License").
69a5557fdSlucy wang - Sun Microsystems - Beijing China  * You may not use this file except in compliance with the License.
79a5557fdSlucy wang - Sun Microsystems - Beijing China  *
89a5557fdSlucy wang - Sun Microsystems - Beijing China  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99a5557fdSlucy wang - Sun Microsystems - Beijing China  * or http://www.opensolaris.org/os/licensing.
109a5557fdSlucy wang - Sun Microsystems - Beijing China  * See the License for the specific language governing permissions
119a5557fdSlucy wang - Sun Microsystems - Beijing China  * and limitations under the License.
129a5557fdSlucy wang - Sun Microsystems - Beijing China  *
139a5557fdSlucy wang - Sun Microsystems - Beijing China  * When distributing Covered Code, include this CDDL HEADER in each
149a5557fdSlucy wang - Sun Microsystems - Beijing China  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159a5557fdSlucy wang - Sun Microsystems - Beijing China  * If applicable, add the following below this CDDL HEADER, with the
169a5557fdSlucy wang - Sun Microsystems - Beijing China  * fields enclosed by brackets "[]" replaced with your own identifying
179a5557fdSlucy wang - Sun Microsystems - Beijing China  * information: Portions Copyright [yyyy] [name of copyright owner]
189a5557fdSlucy wang - Sun Microsystems - Beijing China  *
199a5557fdSlucy wang - Sun Microsystems - Beijing China  * CDDL HEADER END
209a5557fdSlucy wang - Sun Microsystems - Beijing China  */
2193833965Sjing xiong ERI-SUN 
229a5557fdSlucy wang - Sun Microsystems - Beijing China /*
239a5557fdSlucy wang - Sun Microsystems - Beijing China  * Copyright 2008 NetXen, Inc.  All rights reserved.
249a5557fdSlucy wang - Sun Microsystems - Beijing China  * Use is subject to license terms.
259a5557fdSlucy wang - Sun Microsystems - Beijing China  */
2693833965Sjing xiong ERI-SUN 
2793833965Sjing xiong ERI-SUN #ifndef _UNM_VERSION_H_
2893833965Sjing xiong ERI-SUN #define	_UNM_VERSION_H_
2993833965Sjing xiong ERI-SUN 
3093833965Sjing xiong ERI-SUN #ifdef __cplusplus
3193833965Sjing xiong ERI-SUN extern "C" {
3293833965Sjing xiong ERI-SUN #endif
3393833965Sjing xiong ERI-SUN 
34*dda0720aSjing xiong ERI-SUN #define	UNM_NIC_VERSIONID	"4.0.221"
359a5557fdSlucy wang - Sun Microsystems - Beijing China #define	_UNM_NIC_MAJOR		4
369a5557fdSlucy wang - Sun Microsystems - Beijing China #define	_UNM_NIC_MINOR		0
37*dda0720aSjing xiong ERI-SUN #define	_UNM_NIC_SUBVERSION	221
3893833965Sjing xiong ERI-SUN 
3993833965Sjing xiong ERI-SUN #ifdef __cplusplus
4093833965Sjing xiong ERI-SUN }
4193833965Sjing xiong ERI-SUN #endif
4293833965Sjing xiong ERI-SUN 
4393833965Sjing xiong ERI-SUN #endif /* !_UNM_VERSION_H_ */
44