xref: /illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs.h (revision 291a2b48b9adcd7b3666c34e80ba6411929afe7f)
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 2009 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_fw.h>
35 #include <emlxs_adapters.h>
36 #include <emlxs_msg.h>
37 #include <emlxs_thread.h>
38 #include <emlxs_config.h>
39 #include <emlxs_dfclib.h>
40 
41 #ifdef DHCHAP_SUPPORT
42 #include <emlxs_dhchap.h>
43 #endif /* DHCHAP_SUPPORT */
44 
45 #ifdef SFCT_SUPPORT
46 #include <emlxs_fct.h>
47 #endif /* SFCT_SUPPORT */
48 
49 #ifdef SAN_DIAG_SUPPORT
50 #include <emlxs_sdapi.h>
51 #endif /* SAN_DIAG_SUPPORT */
52 
53 #ifdef DUMP_SUPPORT
54 #include <emlxs_dump.h>
55 #endif /* DUMP_SUPPORT */
56 
57 #include <emlxs_fc.h>
58 #include <emlxs_device.h>
59 #include <emlxs_dfc.h>
60 #include <emlxs_fcio.h>
61 
62 #ifdef MENLO_SUPPORT
63 #include <emlxs_menlo.h>
64 #endif /* MENLO_SUPPORT */
65 
66 #include <emlxs_extern.h>
67 
68 #ifdef	__cplusplus
69 extern "C" {
70 #endif
71 
72 #ifdef	__cplusplus
73 }
74 #endif
75 
76 #endif	/* _EMLXS_H */
77