xref: /csrg-svn/lib/libc/tahoe/sys/reboot.s (revision 42648)
129479Ssam/*
229479Ssam * Copyright (c) 1983 Regents of the University of California.
334389Sbostic * All rights reserved.
434389Sbostic *
5*42648Sbostic * %sccs.include.redist.c%
629479Ssam */
729479Ssam
834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
9*42648Sbostic	.asciz "@(#)reboot.s	5.4 (Berkeley) 06/01/90"
1034389Sbostic#endif /* SYSLIBC_SCCS and not lint */
1129479Ssam
1229479Ssam#include "SYS.h"
1329479Ssam
1429479SsamSYSCALL(reboot)
1529479Ssam	halt
16