1253789Srpaulo/*************************************************************************
2253789SrpauloCopyright (c) 2003-2007  Cavium Networks (support@cavium.com). All rights
3253789Srpauloreserved.
4253789Srpaulo
5253789Srpaulo
6253789SrpauloRedistribution and use in source and binary forms, with or without
7253789Srpaulomodification, are permitted provided that the following conditions are
8253789Srpaulomet:
9253789Srpaulo
10253789Srpaulo    * Redistributions of source code must retain the above copyright
11253789Srpaulo      notice, this list of conditions and the following disclaimer.
12253789Srpaulo
13253789Srpaulo    * Redistributions in binary form must reproduce the above
14253789Srpaulo      copyright notice, this list of conditions and the following
15253789Srpaulo      disclaimer in the documentation and/or other materials provided
16253789Srpaulo      with the distribution.
17253789Srpaulo
18253789Srpaulo    * Neither the name of Cavium Networks nor the names of
19253789Srpaulo      its contributors may be used to endorse or promote products
20253789Srpaulo      derived from this software without specific prior written
21253789Srpaulo      permission.
22253789Srpaulo
23253789SrpauloThis Software, including technical data, may be subject to U.S. export  control laws, including the U.S. Export Administration Act and its  associated regulations, and may be subject to export or import  regulations in other countries.
24253789Srpaulo
25253789SrpauloTO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS"
26253789SrpauloAND WITH ALL FAULTS AND CAVIUM  NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE  RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU.
27253789Srpaulo
28253789Srpaulo*************************************************************************/
29253789Srpaulo/* $FreeBSD: releng/11.0/sys/mips/cavium/octe/ethernet-headers.h 213346 2010-10-02 05:43:17Z jmallett $ */
30253789Srpaulo
31253789Srpaulo#ifndef __ETHERNET_HEADERS_H__
32253789Srpaulo#define __ETHERNET_HEADERS_H__
33253789Srpaulo
34253789Srpaulo#include "cavium-ethernet.h"
35253789Srpaulo#include "ethernet-common.h"
36253789Srpaulo#include "ethernet-defines.h"
37253789Srpaulo#include "ethernet-mdio.h"
38253789Srpaulo#include "ethernet-mem.h"
39253789Srpaulo#include "ethernet-rx.h"
40253789Srpaulo#include "ethernet-tx.h"
41253789Srpaulo#include "ethernet-util.h"
42253789Srpaulo
43253789Srpaulo/*
44253789Srpaulo * Any board- or vendor-specific includes.
45253789Srpaulo */
46253789Srpaulo#ifdef OCTEON_VENDOR_LANNER
47#include "ethernet-mv88e61xx.h"
48#endif
49
50#endif
51