[B][B]poweroff [/B][/B]
poweroff [[B]-d[/B] delay] [[B]-n[/B]] [[B]-f[/B]]
Halt and shut off power
Options:
-d Delay interval for halting
-n No call to sync()
-f Force power off (don't go through init)
static void
m8xx_power_off(void)
{
m8xx_[B]restart[/B](NULL);
}
static void
m8xx_halt(void)
{
m8xx_[B]restart[/B](NULL);
}