1 /* 2 * CDDL HEADER START 3 * 4 * The contents of this file are subject to the terms of the 5 * Common Development and Distribution License (the "License"). 6 * You may not use this file except in compliance with the License. 7 * 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 * or http://www.opensolaris.org/os/licensing. 10 * See the License for the specific language governing permissions 11 * and limitations under the License. 12 * 13 * When distributing Covered Code, include this CDDL HEADER in each 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15 * If applicable, add the following below this CDDL HEADER, with the 16 * fields enclosed by brackets "[]" replaced with your own identifying 17 * information: Portions Copyright [yyyy] [name of copyright owner] 18 * 19 * CDDL HEADER END 20 */ 21 22 /* 23 * Copyright 2008 Emulex. All rights reserved. 24 * Use is subject to License terms. 25 */ 26 27 28 #ifndef _EMLXS_H 29 #define _EMLXS_H 30 31 #include <emlxs_os.h> 32 #include <emlxs_fcio.h> 33 #include <emlxs_hw.h> 34 #include <emlxs_msg.h> 35 #include <emlxs_thread.h> 36 #include <emlxs_config.h> 37 #include <emlxs_dfclib.h> 38 39 #ifdef DHCHAP_SUPPORT 40 #include <emlxs_dhchap.h> 41 #endif /* DHCHAP_SUPPORT */ 42 43 #ifdef SFCT_SUPPORT 44 #include <emlxs_fct.h> 45 #endif /* SFCT_SUPPORT */ 46 47 #include <emlxs_fc.h> 48 #include <emlxs_device.h> 49 #include <emlxs_dfc.h> 50 #include <emlxs_fcio.h> 51 #include <emlxs_adapters.h> 52 53 #ifdef MENLO_SUPPORT 54 #include <emlxs_menlo.h> 55 #endif /* MENLO_SUPPORT */ 56 57 #include <emlxs_extern.h> 58 59 #ifdef __cplusplus 60 extern "C" { 61 #endif 62 63 #ifdef __cplusplus 64 } 65 #endif 66 67 #endif /* _EMLXS_H */ 68