summaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2882/reset.c
blob: 3db3956ec6761ce16a2ba961dbea3dbeb1b5c3a9 (plain)
1
2
3
4
5
6
#include "../../../southbridge/amd/amd8111/amd8111_reset.c"

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