xref: /illumos-gate/usr/src/uts/common/io/xge/hal/include/xgehal.h (revision 8347601bcb0a439f6e50fc36b4039a73d08700e1)
1a23fd118Syl150051 /*
2a23fd118Syl150051  * CDDL HEADER START
3a23fd118Syl150051  *
4a23fd118Syl150051  * The contents of this file are subject to the terms of the
5a23fd118Syl150051  * Common Development and Distribution License (the "License").
6a23fd118Syl150051  * You may not use this file except in compliance with the License.
7a23fd118Syl150051  *
8a23fd118Syl150051  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9a23fd118Syl150051  * or http://www.opensolaris.org/os/licensing.
10a23fd118Syl150051  * See the License for the specific language governing permissions
11a23fd118Syl150051  * and limitations under the License.
12a23fd118Syl150051  *
13a23fd118Syl150051  * When distributing Covered Code, include this CDDL HEADER in each
14a23fd118Syl150051  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a23fd118Syl150051  * If applicable, add the following below this CDDL HEADER, with the
16a23fd118Syl150051  * fields enclosed by brackets "[]" replaced with your own identifying
17a23fd118Syl150051  * information: Portions Copyright [yyyy] [name of copyright owner]
18a23fd118Syl150051  *
19a23fd118Syl150051  * CDDL HEADER END
20a23fd118Syl150051  *
21*8347601bSyl150051  * Copyright (c) 2002-2006 Neterion, Inc.
22a23fd118Syl150051  */
23a23fd118Syl150051 
24a23fd118Syl150051 #ifndef XGE_HAL_H
25a23fd118Syl150051 #define XGE_HAL_H
26a23fd118Syl150051 
27a23fd118Syl150051 #include "xge-defs.h"
28a23fd118Syl150051 #include "xge-os-pal.h"
29a23fd118Syl150051 #include "xge-debug.h"
30a23fd118Syl150051 #include "xgehal-types.h"
31a23fd118Syl150051 #include "xgehal-driver.h"
32a23fd118Syl150051 #include "xgehal-config.h"
33a23fd118Syl150051 #include "xgehal-device.h"
34a23fd118Syl150051 #include "xgehal-channel.h"
35a23fd118Syl150051 #include "xgehal-fifo.h"
36a23fd118Syl150051 #include "xgehal-ring.h"
37a23fd118Syl150051 #include "xgehal-mgmt.h"
38a23fd118Syl150051 
39a23fd118Syl150051 #endif /* XGE_HAL_H */
40