141852Sbostic/*- 2*61125Sbostic * Copyright (c) 1990, 1993 3*61125Sbostic * The Regents of the University of California. All rights reserved. 441852Sbostic * 541852Sbostic * This code is derived from software contributed to Berkeley by 641852Sbostic * the Systems Programming Group of the University of Utah Computer 741852Sbostic * Science Department. 841852Sbostic * 941852Sbostic * %sccs.include.redist.c% 1041852Sbostic */ 1141852Sbostic 1241852Sbostic#if defined(LIBC_SCCS) && !defined(lint) 13*61125Sbostic .asciz "@(#)reboot.s 8.1 (Berkeley) 06/04/93" 1441852Sbostic#endif /* LIBC_SCCS and not lint */ 1541852Sbostic 1641852Sbostic#include "SYS.h" 1741852Sbostic 1841852SbosticSYSCALL(reboot) 1941852Sbostic stop #0 2041852Sbostic 21