154407Storek/* 2*61176Sbostic * Copyright (c) 1992, 1993 3*61176Sbostic * The Regents of the University of California. All rights reserved. 454407Storek * 554407Storek * This software was developed by the Computer Systems Engineering group 654407Storek * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and 754407Storek * contributed to Berkeley. 854407Storek * 954407Storek * %sccs.include.redist.c% 1054407Storek * 1154407Storek * from: $Header: reboot.s,v 1.1 91/07/06 13:05:59 torek Exp $ 1254407Storek */ 1354407Storek 1454407Storek#if defined(LIBC_SCCS) && !defined(lint) 15*61176Sbostic .asciz "@(#)reboot.s 8.1 (Berkeley) 06/04/93" 1654407Storek#endif /* LIBC_SCCS and not lint */ 1754407Storek 1854407Storek#include "SYS.h" 1954407Storek 2054407StorekSYSCALL(reboot) 2154407Storek unimp 0 22