2 Copyright © 2008-2014, The AROS Development Team. All rights reserved.
6 #include <exec/tasks.h>
8 #include <proto/exec.h>
10 /**************************************************************************
22 Shut down AROS and power off the machine.
24 **************************************************************************/
29 ShutdownA(SD_ACTION_POWEROFF
);
30 PutStr("Shutdown failed\n");