summaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2735/reset.c
blob: 2601faa6762699fbe0d5a6ffb1b2da20019a10f7 (plain)
1
2
3
4
5
6
7
void i82801ex_hard_reset(void);

/* FIXME: There's another hard_reset() in romstage.c. Why? */
void hard_reset(void)
{
	i82801ex_hard_reset();
}