xref: /netbsd/sys/compat/linux/arch/i386/linux_socket.h (revision 4c6e1d1a)
1*4c6e1d1aSnjoly /*	$NetBSD: linux_socket.h,v 1.9 2014/01/25 13:49:27 njoly Exp $	*/
279905dc1Serh 
379905dc1Serh /*-
48096c25aSfvdl  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
579905dc1Serh  * All rights reserved.
679905dc1Serh  *
779905dc1Serh  * This code is derived from software contributed to The NetBSD Foundation
88096c25aSfvdl  * by Frank van der Linden and Eric Haszlakiewicz.
979905dc1Serh  *
1079905dc1Serh  * Redistribution and use in source and binary forms, with or without
1179905dc1Serh  * modification, are permitted provided that the following conditions
1279905dc1Serh  * are met:
1379905dc1Serh  * 1. Redistributions of source code must retain the above copyright
1479905dc1Serh  *    notice, this list of conditions and the following disclaimer.
1579905dc1Serh  * 2. Redistributions in binary form must reproduce the above copyright
1679905dc1Serh  *    notice, this list of conditions and the following disclaimer in the
1779905dc1Serh  *    documentation and/or other materials provided with the distribution.
1879905dc1Serh  *
1979905dc1Serh  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2079905dc1Serh  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2179905dc1Serh  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2279905dc1Serh  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2379905dc1Serh  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2479905dc1Serh  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2579905dc1Serh  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2679905dc1Serh  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2779905dc1Serh  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2879905dc1Serh  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2979905dc1Serh  * POSSIBILITY OF SUCH DAMAGE.
3079905dc1Serh  */
313bf459f3Sfvdl 
3279905dc1Serh #ifndef _I386_LINUX_SOCKET_H
3379905dc1Serh #define _I386_LINUX_SOCKET_H
343bf459f3Sfvdl 
35*4c6e1d1aSnjoly #include <compat/linux/common/linux_socket_generic.h>
363bf459f3Sfvdl 
3779905dc1Serh #endif /* !_I386_LINUX_SOCKET_H */
38