aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/newisys/khepri/reset.c
blob: 63958185f6c289e9fdf5fcc72979b3e876c48d7b (plain)
1
2
3
4
5
6
#include "../../../southbridge/amd/amd8111/amd8111_reset.c"

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