in6.h revision 270710
113547Schegar/*-
213547Schegar * Copyright (c) 2010 Isilon Systems, Inc.
313547Schegar * Copyright (c) 2010 iX Systems, Inc.
413547Schegar * Copyright (c) 2010 Panasas, Inc.
513547Schegar * Copyright (c) 2013 Mellanox Technologies, Ltd.
613547Schegar * All rights reserved.
713547Schegar *
813547Schegar * Redistribution and use in source and binary forms, with or without
913547Schegar * modification, are permitted provided that the following conditions
1013547Schegar * are met:
1113547Schegar * 1. Redistributions of source code must retain the above copyright
1213547Schegar *    notice unmodified, this list of conditions, and the following
1313547Schegar *    disclaimer.
1413547Schegar * 2. Redistributions in binary form must reproduce the above copyright
1513547Schegar *    notice, this list of conditions and the following disclaimer in the
1613547Schegar *    documentation and/or other materials provided with the distribution.
1713547Schegar *
1813547Schegar * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1913547Schegar * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2013547Schegar * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2113547Schegar * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2213547Schegar * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2313547Schegar * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2413547Schegar * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2513547Schegar * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2613547Schegar * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2713547Schegar * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2813547Schegar */
2913547Schegar
3013547Schegar#ifndef	_LINUX_IN6_H_
3113547Schegar#define	_LINUX_IN6_H_
3213547Schegar
3313547Schegar#ifndef KLD_MODULE
3413547Schegar#include "opt_inet6.h"
3513547Schegar#endif
3613547Schegar
3713547Schegar#endif	/* _LINUX_IN6_H_ */
3813547Schegar