dev_net.h revision 38465
156160Sru/*-
2146515Sru * Copyright (c) 1998 Doug Rabson <dfr@freebsd.org>
321495Sjmacd * All rights reserved.
4146515Sru *
5116525Sru * Redistribution and use in source and binary forms, with or without
621495Sjmacd * modification, are permitted provided that the following conditions
721495Sjmacd * are met:
821495Sjmacd * 1. Redistributions of source code must retain the above copyright
921495Sjmacd *    notice, this list of conditions and the following disclaimer.
1021495Sjmacd * 2. Redistributions in binary form must reproduce the above copyright
1121495Sjmacd *    notice, this list of conditions and the following disclaimer in the
1221495Sjmacd *    documentation and/or other materials provided with the distribution.
1321495Sjmacd *
1421495Sjmacd * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1521495Sjmacd * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1621495Sjmacd * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1721495Sjmacd * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1821495Sjmacd * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1921495Sjmacd * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2021495Sjmacd * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2121495Sjmacd * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2221495Sjmacd * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2356160Sru * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2421495Sjmacd * SUCH DAMAGE.
2521495Sjmacd *
2656160Sru *	$Id$
2756160Sru */
2821495Sjmacd
2956160Sruextern struct devsw netdev;
3021495Sjmacd
3121495Sjmacd