static void ls_hgl_power_off(void)
{
	orion5x_restart('h', NULL);
}
Esempio n. 2
0
static void ls_hgl_power_off(void)
{
	orion5x_restart(REBOOT_HARD, NULL);
}