xref: /csrg-svn/lib/libc/vax/sys/reboot.s (revision 61222)
122062Sdist/*
2*61222Sbostic * Copyright (c) 1983, 1993
3*61222Sbostic *	The Regents of the University of California.  All rights reserved.
434391Sbostic *
542474Sbostic * %sccs.include.redist.c%
622062Sdist */
79490Smckusick
89490Smckusick#include "SYS.h"
99490Smckusick
1042474Sbostic#if defined(LIBC_SCCS) && !defined(lint)
11*61222Sbostic	ASMSTR "@(#)reboot.s	8.1 (Berkeley) 06/04/93"
1242474Sbostic#endif /* LIBC_SCCS and not lint */
1342474Sbostic
149490SmckusickSYSCALL(reboot)
159490Smckusick	halt
16