1*f391a51aSRobert Mustacchi /* 2*f391a51aSRobert Mustacchi * CDDL HEADER START 3*f391a51aSRobert Mustacchi * 4*f391a51aSRobert Mustacchi * The contents of this file are subject to the terms of the 5*f391a51aSRobert Mustacchi * Common Development and Distribution License (the "License"). 6*f391a51aSRobert Mustacchi * You may not use this file except in compliance with the License. 7*f391a51aSRobert Mustacchi * 8*f391a51aSRobert Mustacchi * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*f391a51aSRobert Mustacchi * or http://www.opensolaris.org/os/licensing. 10*f391a51aSRobert Mustacchi * See the License for the specific language governing permissions 11*f391a51aSRobert Mustacchi * and limitations under the License. 12*f391a51aSRobert Mustacchi * 13*f391a51aSRobert Mustacchi * When distributing Covered Code, include this CDDL HEADER in each 14*f391a51aSRobert Mustacchi * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*f391a51aSRobert Mustacchi * If applicable, add the following below this CDDL HEADER, with the 16*f391a51aSRobert Mustacchi * fields enclosed by brackets "[]" replaced with your own identifying 17*f391a51aSRobert Mustacchi * information: Portions Copyright [yyyy] [name of copyright owner] 18*f391a51aSRobert Mustacchi * 19*f391a51aSRobert Mustacchi * CDDL HEADER END 20*f391a51aSRobert Mustacchi */ 21*f391a51aSRobert Mustacchi 22*f391a51aSRobert Mustacchi /* 23*f391a51aSRobert Mustacchi * Copyright 2014 QLogic Corporation 24*f391a51aSRobert Mustacchi * The contents of this file are subject to the terms of the 25*f391a51aSRobert Mustacchi * QLogic End User License (the "License"). 26*f391a51aSRobert Mustacchi * You may not use this file except in compliance with the License. 27*f391a51aSRobert Mustacchi * 28*f391a51aSRobert Mustacchi * You can obtain a copy of the License at 29*f391a51aSRobert Mustacchi * http://www.qlogic.com/Resources/Documents/DriverDownloadHelp/ 30*f391a51aSRobert Mustacchi * QLogic_End_User_Software_License.txt 31*f391a51aSRobert Mustacchi * See the License for the specific language governing permissions 32*f391a51aSRobert Mustacchi * and limitations under the License. 33*f391a51aSRobert Mustacchi */ 34*f391a51aSRobert Mustacchi 35*f391a51aSRobert Mustacchi #define MAJVERSION 7 36*f391a51aSRobert Mustacchi #define MINVERSION 10 37*f391a51aSRobert Mustacchi #define REVVERSION 4 38