1d39a76e7Sxw161283 /* 2d39a76e7Sxw161283 * CDDL HEADER START 3d39a76e7Sxw161283 * 4d39a76e7Sxw161283 * The contents of this file are subject to the terms of the 5d39a76e7Sxw161283 * Common Development and Distribution License (the "License"). 6d39a76e7Sxw161283 * You may not use this file except in compliance with the License. 7d39a76e7Sxw161283 * 8d39a76e7Sxw161283 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9d39a76e7Sxw161283 * or http://www.opensolaris.org/os/licensing. 10d39a76e7Sxw161283 * See the License for the specific language governing permissions 11d39a76e7Sxw161283 * and limitations under the License. 12d39a76e7Sxw161283 * 13d39a76e7Sxw161283 * When distributing Covered Code, include this CDDL HEADER in each 14d39a76e7Sxw161283 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15d39a76e7Sxw161283 * If applicable, add the following below this CDDL HEADER, with the 16d39a76e7Sxw161283 * fields enclosed by brackets "[]" replaced with your own identifying 17d39a76e7Sxw161283 * information: Portions Copyright [yyyy] [name of copyright owner] 18d39a76e7Sxw161283 * 19d39a76e7Sxw161283 * CDDL HEADER END 20d39a76e7Sxw161283 */ 21d39a76e7Sxw161283 22d39a76e7Sxw161283 /* 23*19397407SSherry Moore * Copyright 2008 Sun Microsystems, Inc. All rights reserved. 24d39a76e7Sxw161283 * Use is subject to license terms. 25d39a76e7Sxw161283 */ 26d39a76e7Sxw161283 27d39a76e7Sxw161283 /* 28d39a76e7Sxw161283 * This file is part of the Chelsio T1 Ethernet driver. 29d39a76e7Sxw161283 * 30d39a76e7Sxw161283 * Copyright (C) 2003-2005 Chelsio Communications. All rights reserved. 31d39a76e7Sxw161283 */ 32d39a76e7Sxw161283 33d39a76e7Sxw161283 #ifndef CHELSIO_VERSION_H 34d39a76e7Sxw161283 #define CHELSIO_VERSION_H 35d39a76e7Sxw161283 36d39a76e7Sxw161283 /* 37d39a76e7Sxw161283 * This version string is set at 31 characters, please 38d39a76e7Sxw161283 * make sure when adjusting this you stay within that 39d39a76e7Sxw161283 * limit, going above that limit will cause the message 40d39a76e7Sxw161283 * to get truncated when displayed by 'modinfo'. 41d39a76e7Sxw161283 */ 42*19397407SSherry Moore #define VERSION "Chelsio 10Gb Ethernet v" 43d39a76e7Sxw161283 44d39a76e7Sxw161283 #endif /* CHELSIO_VERSION_H */ 45