467a065384
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5493 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
8 lines
120 B
C
8 lines
120 B
C
#include <reset.h>
|
|
|
|
#include "southbridge/intel/i82801cx/i82801cx.h"
|
|
|
|
void hard_reset(void)
|
|
{
|
|
i82801cx_hard_reset();
|
|
}
|