1 #include <exec/tasks.h>
3 #include <proto/exec.h>
5 /**************************************************************************
17 Shut down AROS and power off the machine.
19 **************************************************************************/
24 ShutdownA(SD_ACTION_POWEROFF
);
25 PutStr("Software power off is not supported\n");