This does the following:
[coreboot.git] / src / mainboard / intel / xe7501devkit / reset.c
1 void i82801cx_hard_reset(void);
2
3 void hard_reset(void)
4 {
5         i82801cx_hard_reset();
6 }