static int stxh415_hom_prepare(void)
{
	stm_notify_wakeup_devices();
	stm_freeze_board();

	return 0;
}
static int fli7610_hom_prepare(void)
{
	stm_freeze_board();

	return 0;
}
Example #3
0
static int stxh205_hom_prepare(void)
{
	stm_freeze_board(&stxh205_wkd);

	return 0;
}