Restart
Restart Restart the system
#include <OSUtils.h> Operating System Utilities
void Restart( );
Restart reboots the system by jumping to offset 0x0A in the ROM.
Returns: none

Notes: This routine is now out of date and should not be used. You should use the
ShutDown Mgr routines ( specifically ShutDwnPower).