summaryrefslogtreecommitdiffstats
path: root/src/mainboard/tyan/s2735/reset.c
blob: 371920dca259654cf170f5cacb7962d4e1bed4fa (plain)
1
2
3
4
5
6
7
void i82801er_hard_reset(void);

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