ethernet-mv88e61xx.h revision 213346
164567Sgshapiro/*-
264567Sgshapiro * Copyright (c) 2010 Juli Mallett <jmallett@FreeBSD.org>
367660Sgshapiro * All rights reserved.
467660Sgshapiro *
564567Sgshapiro * Redistribution and use in source and binary forms, with or without
664567Sgshapiro * modification, are permitted provided that the following conditions
764567Sgshapiro * are met:
890798Sgshapiro * 1. Redistributions of source code must retain the above copyright
964567Sgshapiro *    notice, this list of conditions and the following disclaimer.
1064567Sgshapiro * 2. Redistributions in binary form must reproduce the above copyright
1165970Sgshapiro *    notice, this list of conditions and the following disclaimer in the
1265970Sgshapiro *    documentation and/or other materials provided with the distribution.
1365970Sgshapiro *
1464567Sgshapiro * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1564567Sgshapiro * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1690798Sgshapiro * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1764567Sgshapiro * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1890798Sgshapiro * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1964567Sgshapiro * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2064567Sgshapiro * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2164567Sgshapiro * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2264567Sgshapiro * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2364567Sgshapiro * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2490798Sgshapiro * SUCH DAMAGE.
2590798Sgshapiro *
2690798Sgshapiro * $FreeBSD: head/sys/mips/cavium/octe/ethernet-mv88e61xx.h 213346 2010-10-02 05:43:17Z jmallett $
2764567Sgshapiro */
28
29#ifndef	_CAVIUM_OCTE_ETHERNET_MV88E61XX_H_
30#define	_CAVIUM_OCTE_ETHERNET_MV88E61XX_H_
31
32int cvm_oct_mv88e61xx_setup_device(struct ifnet *ifp);
33
34#endif /* !_CAVIUM_OCTE_ETHERNET_MV88E61XX_H_ */
35