2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
5 Desc: ColdReboot() - Reboot the computer, Windows-hosted implementation.
9 #include <aros/debug.h>
11 #include "exec_intern.h"
13 AROS_LH0(void, ColdReboot
,
14 struct ExecBase
*, SysBase
, 121, Exec
)
19 PD(SysBase
).Reboot(TRUE
);