xref: /openbsd-src/lib/libc/arch/sh/sys/syscall.S (revision cf2525843d483a385de106a1361b2b9c18d96583)
1*cf252584Smiod/*	$OpenBSD: syscall.S,v 1.1.1.1 2006/10/10 22:07:10 miod Exp $	*/
2*cf252584Smiod/*	$NetBSD: syscall.S,v 1.6 2006/01/06 01:27:23 uwe Exp $	*/
3*cf252584Smiod
4*cf252584Smiod/*-
5*cf252584Smiod * Copyright (c) 1990 The Regents of the University of California.
6*cf252584Smiod * All rights reserved.
7*cf252584Smiod *
8*cf252584Smiod * This code is derived from software contributed to Berkeley by
9*cf252584Smiod * William Jolitz.
10*cf252584Smiod *
11*cf252584Smiod * Redistribution and use in source and binary forms, with or without
12*cf252584Smiod * modification, are permitted provided that the following conditions
13*cf252584Smiod * are met:
14*cf252584Smiod * 1. Redistributions of source code must retain the above copyright
15*cf252584Smiod *    notice, this list of conditions and the following disclaimer.
16*cf252584Smiod * 2. Redistributions in binary form must reproduce the above copyright
17*cf252584Smiod *    notice, this list of conditions and the following disclaimer in the
18*cf252584Smiod *    documentation and/or other materials provided with the distribution.
19*cf252584Smiod * 3. Neither the name of the University nor the names of its contributors
20*cf252584Smiod *    may be used to endorse or promote products derived from this software
21*cf252584Smiod *    without specific prior written permission.
22*cf252584Smiod *
23*cf252584Smiod * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24*cf252584Smiod * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25*cf252584Smiod * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26*cf252584Smiod * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27*cf252584Smiod * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28*cf252584Smiod * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29*cf252584Smiod * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30*cf252584Smiod * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31*cf252584Smiod * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32*cf252584Smiod * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33*cf252584Smiod * SUCH DAMAGE.
34*cf252584Smiod *
35*cf252584Smiod *	from: @(#)syscall.s	5.1 (Berkeley) 4/23/90
36*cf252584Smiod */
37*cf252584Smiod
38*cf252584Smiod#include "SYS.h"
39*cf252584Smiod
40*cf252584SmiodRSYSCALL(syscall)
41