xref: /csrg-svn/lib/libc/vax/sys/reboot.s (revision 22062)
1*22062Sdist/*
2*22062Sdist * Copyright (c) 1983 Regents of the University of California.
3*22062Sdist * All rights reserved.  The Berkeley software License Agreement
4*22062Sdist * specifies the terms and conditions for redistribution.
5*22062Sdist */
69490Smckusick
7*22062Sdist#ifndef lint
8*22062Sdiststatic char sccsid[] = "@(#)reboot.s	5.1 (Berkeley) 06/05/85";
9*22062Sdist#endif not lint
10*22062Sdist
119490Smckusick#include "SYS.h"
129490Smckusick
139490SmckusickSYSCALL(reboot)
149490Smckusick	halt
15