1*b60e3eb0Sart/* $OpenBSD: syscall.S,v 1.1 2001/08/29 01:00:27 art Exp $ */ 2*b60e3eb0Sart/* 3*b60e3eb0Sart * Placed under public domain by art@openbsd.org 4*b60e3eb0Sart */ 5*b60e3eb0Sart#include <machine/asm.h> 6*b60e3eb0Sart#include "SYS.h" 7*b60e3eb0Sart 8*b60e3eb0SartRSYSCALL(syscall) 9