2010-04-14 13:40:34 +02:00
|
|
|
#include <reset.h>
|
|
|
|
|
2010-04-25 16:37:18 +02:00
|
|
|
#include "southbridge/intel/i82801cx/i82801cx.h"
|
2005-09-14 15:49:04 +02:00
|
|
|
|
|
|
|
void hard_reset(void)
|
|
|
|
{
|
2010-02-27 02:50:21 +01:00
|
|
|
i82801cx_hard_reset();
|
2005-09-14 15:49:04 +02:00
|
|
|
}
|