1171095Ssam/*-
2171095Ssam * Copyright (c) 2002-2007 Neterion, Inc.
3171095Ssam * All rights reserved.
4171095Ssam *
5171095Ssam * Redistribution and use in source and binary forms, with or without
6171095Ssam * modification, are permitted provided that the following conditions
7171095Ssam * are met:
8171095Ssam * 1. Redistributions of source code must retain the above copyright
9171095Ssam *    notice, this list of conditions and the following disclaimer.
10171095Ssam * 2. Redistributions in binary form must reproduce the above copyright
11171095Ssam *    notice, this list of conditions and the following disclaimer in the
12171095Ssam *    documentation and/or other materials provided with the distribution.
13171095Ssam *
14171095Ssam * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15171095Ssam * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16171095Ssam * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17171095Ssam * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18171095Ssam * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19171095Ssam * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20171095Ssam * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21171095Ssam * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22171095Ssam * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23171095Ssam * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24171095Ssam * SUCH DAMAGE.
25171095Ssam *
26171095Ssam * $FreeBSD: releng/11.0/sys/dev/nxge/include/xgehal.h 173139 2007-10-29 14:19:32Z rwatson $
27171095Ssam */
28171095Ssam
29171095Ssam#ifndef XGE_HAL_H
30171095Ssam#define XGE_HAL_H
31171095Ssam
32171095Ssam#include <dev/nxge/include/xge-defs.h>
33171095Ssam#include <dev/nxge/include/xge-os-pal.h>
34171095Ssam#include <dev/nxge/include/xge-debug.h>
35171095Ssam#include <dev/nxge/include/xgehal-types.h>
36171095Ssam#include <dev/nxge/include/xgehal-driver.h>
37171095Ssam#include <dev/nxge/include/xgehal-config.h>
38171095Ssam#include <dev/nxge/include/xgehal-device.h>
39171095Ssam#include <dev/nxge/include/xgehal-channel.h>
40171095Ssam#include <dev/nxge/include/xgehal-fifo.h>
41171095Ssam#include <dev/nxge/include/xgehal-ring.h>
42171095Ssam#include <dev/nxge/include/xgehal-mgmt.h>
43171095Ssam
44171095Ssam#endif /* XGE_HAL_H */
45