1*ce099b40Smartin/* $NetBSD: __syscall.S,v 1.2 2008/04/28 20:22:57 martin Exp $ */ 2efd94d53Spk 3efd94d53Spk/*- 4efd94d53Spk * Copyright (c) 2000 The NetBSD Foundation, Inc. 5efd94d53Spk * All rights reserved. 6efd94d53Spk * 7efd94d53Spk * This code is derived from software contributed to The NetBSD Foundation 8efd94d53Spk * by Paul Kranenburg. 9efd94d53Spk * 10efd94d53Spk * Redistribution and use in source and binary forms, with or without 11efd94d53Spk * modification, are permitted provided that the following conditions 12efd94d53Spk * are met: 13efd94d53Spk * 1. Redistributions of source code must retain the above copyright 14efd94d53Spk * notice, this list of conditions and the following disclaimer. 15efd94d53Spk * 2. Redistributions in binary form must reproduce the above copyright 16efd94d53Spk * notice, this list of conditions and the following disclaimer in the 17efd94d53Spk * documentation and/or other materials provided with the distribution. 18efd94d53Spk * 19efd94d53Spk * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 20efd94d53Spk * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21efd94d53Spk * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22efd94d53Spk * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 23efd94d53Spk * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 24efd94d53Spk * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 25efd94d53Spk * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 26efd94d53Spk * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 27efd94d53Spk * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 28efd94d53Spk * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 29efd94d53Spk * POSSIBILITY OF SUCH DAMAGE. 30efd94d53Spk */ 31efd94d53Spk 32efd94d53Spk#include <machine/asm.h> 33efd94d53Spk#if defined(SYSLIBC_SCCS) && !defined(lint) 34*ce099b40Smartin RCSID("$NetBSD: __syscall.S,v 1.2 2008/04/28 20:22:57 martin Exp $") 35efd94d53Spk#endif /* SYSLIBC_SCCS and not lint */ 36efd94d53Spk 37efd94d53Spk#include "SYS.h" 38efd94d53Spk 39efd94d53SpkRSYSCALL(__syscall) 40