]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/bootstrap/server/src/ARCH-sparc/reboot.cc
update
[l4.git] / l4 / pkg / bootstrap / server / src / ARCH-sparc / reboot.cc
1 /*
2  * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>
3  *     economic rights: Technische Universität Dresden (Germany)
4  * This file is part of TUD:OS and distributed under the terms of the
5  * GNU Lesser General Public License 2.1.
6  * Please see the COPYING-LGPL-2.1 file for details.
7  */
8
9 void
10 reboot_arch(void) __attribute__((noreturn));
11
12 void
13 reboot_arch(void)
14 {
15   for (;;)
16     ;
17 }