xref: /csrg-svn/lib/libc/hp300/sys/reboot.s (revision 41852)
1*41852Sbostic/*-
2*41852Sbostic * Copyright (c) 1990 The Regents of the University of California.
3*41852Sbostic * All rights reserved.
4*41852Sbostic *
5*41852Sbostic * This code is derived from software contributed to Berkeley by
6*41852Sbostic * the Systems Programming Group of the University of Utah Computer
7*41852Sbostic * Science Department.
8*41852Sbostic *
9*41852Sbostic * %sccs.include.redist.c%
10*41852Sbostic */
11*41852Sbostic
12*41852Sbostic#if defined(LIBC_SCCS) && !defined(lint)
13*41852Sbostic	.asciz "@(#)reboot.s	5.1 (Berkeley) 05/12/90"
14*41852Sbostic#endif /* LIBC_SCCS and not lint */
15*41852Sbostic
16*41852Sbostic#include "SYS.h"
17*41852Sbostic
18*41852SbosticSYSCALL(reboot)
19*41852Sbostic	stop	#0
20*41852Sbostic
21