11.9Snjoly/*	$NetBSD: linux_socket.h,v 1.9 2014/01/25 13:49:27 njoly Exp $	*/
21.4Serh
31.4Serh/*-
41.5Sfvdl * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
51.4Serh * All rights reserved.
61.4Serh *
71.4Serh * This code is derived from software contributed to The NetBSD Foundation
81.5Sfvdl * by Frank van der Linden and Eric Haszlakiewicz.
91.4Serh *
101.4Serh * Redistribution and use in source and binary forms, with or without
111.4Serh * modification, are permitted provided that the following conditions
121.4Serh * are met:
131.4Serh * 1. Redistributions of source code must retain the above copyright
141.4Serh *    notice, this list of conditions and the following disclaimer.
151.4Serh * 2. Redistributions in binary form must reproduce the above copyright
161.4Serh *    notice, this list of conditions and the following disclaimer in the
171.4Serh *    documentation and/or other materials provided with the distribution.
181.4Serh *
191.4Serh * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
201.4Serh * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
211.4Serh * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
221.4Serh * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
231.4Serh * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
241.4Serh * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
251.4Serh * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
261.4Serh * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
271.4Serh * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
281.4Serh * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
291.4Serh * POSSIBILITY OF SUCH DAMAGE.
301.1Sfvdl */
311.1Sfvdl
321.4Serh#ifndef _I386_LINUX_SOCKET_H
331.4Serh#define _I386_LINUX_SOCKET_H
341.1Sfvdl
351.9Snjoly#include <compat/linux/common/linux_socket_generic.h>
361.1Sfvdl
371.4Serh#endif /* !_I386_LINUX_SOCKET_H */
38