xref: /openbsd/lib/libc/arch/powerpc64/sys/syscall.S (revision 9674f442)
1*9674f442Sdrahn/* $OpenBSD: syscall.S,v 1.1 2020/06/25 02:38:28 drahn Exp $ */
2*9674f442Sdrahn
3*9674f442Sdrahn/*
4*9674f442Sdrahn * Copyright (c) 1996 Dale Rahn <drahn@openbsd.org>
5*9674f442Sdrahn *
6*9674f442Sdrahn * Redistribution and use in source and binary forms, with or without
7*9674f442Sdrahn * modification, are permitted provided that the following conditions
8*9674f442Sdrahn * are met:
9*9674f442Sdrahn * 1. Redistributions of source code must retain the above copyright
10*9674f442Sdrahn *    notice, this list of conditions and the following disclaimer.
11*9674f442Sdrahn * 2. Redistributions in binary form must reproduce the above copyright
12*9674f442Sdrahn *    notice, this list of conditions and the following disclaimer in the
13*9674f442Sdrahn *    documentation and/or other materials provided with the distribution.
14*9674f442Sdrahn *
15*9674f442Sdrahn * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
16*9674f442Sdrahn * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17*9674f442Sdrahn * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18*9674f442Sdrahn * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
19*9674f442Sdrahn * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20*9674f442Sdrahn * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21*9674f442Sdrahn * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22*9674f442Sdrahn * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23*9674f442Sdrahn * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24*9674f442Sdrahn * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25*9674f442Sdrahn * SUCH DAMAGE.
26*9674f442Sdrahn */
27*9674f442Sdrahn
28*9674f442Sdrahn#include "SYS.h"
29*9674f442Sdrahn
30*9674f442SdrahnRSYSCALL(syscall)
31