xref: /onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_open.h (revision 12279:f13874aa8143)
18311SSukumar.Swaminathan@Sun.COM /*
28311SSukumar.Swaminathan@Sun.COM  * CDDL HEADER START
38311SSukumar.Swaminathan@Sun.COM  *
48311SSukumar.Swaminathan@Sun.COM  * The contents of this file are subject to the terms of the
58311SSukumar.Swaminathan@Sun.COM  * Common Development and Distribution License (the "License").
68311SSukumar.Swaminathan@Sun.COM  * You may not use this file except in compliance with the License.
78311SSukumar.Swaminathan@Sun.COM  *
88311SSukumar.Swaminathan@Sun.COM  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
98311SSukumar.Swaminathan@Sun.COM  * or http://www.opensolaris.org/os/licensing.
108311SSukumar.Swaminathan@Sun.COM  * See the License for the specific language governing permissions
118311SSukumar.Swaminathan@Sun.COM  * and limitations under the License.
128311SSukumar.Swaminathan@Sun.COM  *
138311SSukumar.Swaminathan@Sun.COM  * When distributing Covered Code, include this CDDL HEADER in each
148311SSukumar.Swaminathan@Sun.COM  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
158311SSukumar.Swaminathan@Sun.COM  * If applicable, add the following below this CDDL HEADER, with the
168311SSukumar.Swaminathan@Sun.COM  * fields enclosed by brackets "[]" replaced with your own identifying
178311SSukumar.Swaminathan@Sun.COM  * information: Portions Copyright [yyyy] [name of copyright owner]
188311SSukumar.Swaminathan@Sun.COM  *
198311SSukumar.Swaminathan@Sun.COM  * CDDL HEADER END
208311SSukumar.Swaminathan@Sun.COM  */
218311SSukumar.Swaminathan@Sun.COM 
2211924SDaniel.Beauregard@Sun.COM /*
2311924SDaniel.Beauregard@Sun.COM  * Copyright 2010 QLogic Corporation.  All rights reserved.
2411924SDaniel.Beauregard@Sun.COM  * Use is subject to license terms.
2511924SDaniel.Beauregard@Sun.COM  */
268311SSukumar.Swaminathan@Sun.COM 
278311SSukumar.Swaminathan@Sun.COM /*
288311SSukumar.Swaminathan@Sun.COM  * ISP2xxx Solaris Fibre Channel Adapter (FCA) driver header file.
298311SSukumar.Swaminathan@Sun.COM  *
308311SSukumar.Swaminathan@Sun.COM  * ***********************************************************************
318311SSukumar.Swaminathan@Sun.COM  * *									**
328311SSukumar.Swaminathan@Sun.COM  * *				NOTICE					**
3311541SDaniel.Beauregard@Sun.COM  * *		COPYRIGHT (C) 1996-2010 QLOGIC CORPORATION		**
348311SSukumar.Swaminathan@Sun.COM  * *			ALL RIGHTS RESERVED				**
358311SSukumar.Swaminathan@Sun.COM  * *									**
368311SSukumar.Swaminathan@Sun.COM  * ***********************************************************************
378311SSukumar.Swaminathan@Sun.COM  *
388311SSukumar.Swaminathan@Sun.COM  */
398311SSukumar.Swaminathan@Sun.COM 
408311SSukumar.Swaminathan@Sun.COM #ifndef	_QL_OPEN_H
418311SSukumar.Swaminathan@Sun.COM #define	_QL_OPEN_H
428311SSukumar.Swaminathan@Sun.COM 
438311SSukumar.Swaminathan@Sun.COM #ifdef	__cplusplus
448311SSukumar.Swaminathan@Sun.COM extern "C" {
458311SSukumar.Swaminathan@Sun.COM #endif
468311SSukumar.Swaminathan@Sun.COM 
478311SSukumar.Swaminathan@Sun.COM #ifndef QL_VERSION
48*12279SDaniel.Beauregard@Sun.COM #define	QL_VERSION	"20100408-3.01"
498311SSukumar.Swaminathan@Sun.COM #endif
508311SSukumar.Swaminathan@Sun.COM 
518311SSukumar.Swaminathan@Sun.COM #ifndef	QL_NAME
528311SSukumar.Swaminathan@Sun.COM #define	QL_NAME		"qlc"
538311SSukumar.Swaminathan@Sun.COM #endif
548311SSukumar.Swaminathan@Sun.COM 
558311SSukumar.Swaminathan@Sun.COM #ifndef	QL_DEBUG
568311SSukumar.Swaminathan@Sun.COM #define	QL_DEBUG	0x0
578311SSukumar.Swaminathan@Sun.COM #endif
588311SSukumar.Swaminathan@Sun.COM 
598311SSukumar.Swaminathan@Sun.COM #ifndef	OS_MAJ
608311SSukumar.Swaminathan@Sun.COM #define	OS_MAJ		11
618311SSukumar.Swaminathan@Sun.COM #endif
628311SSukumar.Swaminathan@Sun.COM 
638311SSukumar.Swaminathan@Sun.COM #ifdef	__cplusplus
648311SSukumar.Swaminathan@Sun.COM }
658311SSukumar.Swaminathan@Sun.COM #endif
668311SSukumar.Swaminathan@Sun.COM 
678311SSukumar.Swaminathan@Sun.COM #endif /* _QL_OPEN_H */
68