11.5Snjoly/*	$NetBSD: linux_socket.h,v 1.5 2014/01/25 13:49:27 njoly Exp $	*/
21.1Sitohy
31.1Sitohy/*-
41.1Sitohy * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
51.1Sitohy * All rights reserved.
61.1Sitohy *
71.1Sitohy * This code is derived from software contributed to The NetBSD Foundation
81.1Sitohy * by Frank van der Linden and Eric Haszlakiewicz.
91.1Sitohy *
101.1Sitohy * Redistribution and use in source and binary forms, with or without
111.1Sitohy * modification, are permitted provided that the following conditions
121.1Sitohy * are met:
131.1Sitohy * 1. Redistributions of source code must retain the above copyright
141.1Sitohy *    notice, this list of conditions and the following disclaimer.
151.1Sitohy * 2. Redistributions in binary form must reproduce the above copyright
161.1Sitohy *    notice, this list of conditions and the following disclaimer in the
171.1Sitohy *    documentation and/or other materials provided with the distribution.
181.1Sitohy *
191.1Sitohy * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
201.1Sitohy * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
211.1Sitohy * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
221.1Sitohy * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
231.1Sitohy * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
241.1Sitohy * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
251.1Sitohy * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
261.1Sitohy * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
271.1Sitohy * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
281.1Sitohy * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
291.1Sitohy * POSSIBILITY OF SUCH DAMAGE.
301.1Sitohy */
311.1Sitohy
321.1Sitohy#ifndef _M68K_LINUX_SOCKET_H
331.1Sitohy#define _M68K_LINUX_SOCKET_H
341.1Sitohy
351.5Snjoly#include <compat/linux/common/linux_socket_generic.h>
361.1Sitohy
371.1Sitohy#endif /* !_M68K_LINUX_SOCKET_H */
38