xref: /csrg-svn/lib/libc/tahoe/sys/reboot.s (revision 61190)
129479Ssam/*
2*61190Sbostic * Copyright (c) 1983, 1993
3*61190Sbostic *	The Regents of the University of California.  All rights reserved.
434389Sbostic *
542648Sbostic * %sccs.include.redist.c%
629479Ssam */
729479Ssam
834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
9*61190Sbostic	.asciz "@(#)reboot.s	8.1 (Berkeley) 06/04/93"
1034389Sbostic#endif /* SYSLIBC_SCCS and not lint */
1129479Ssam
1229479Ssam#include "SYS.h"
1329479Ssam
1429479SsamSYSCALL(reboot)
1529479Ssam	halt
16