aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/island/aruma/reset.c
blob: 7f58d014105124bdae210b3aa0cb02b5bb74cf02 (plain)
1
2
3
4
5
6
#include "../../../southbridge/amd/amd8111/amd8111_reset.c"

void hard_reset(void)
{
	amd8111_hard_reset(0, 1);
}