From 3ec924a3cb7bc3b37be9adec695d7c3d563b3d2c Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 3 Apr 2005 17:23:39 +0000 Subject: Patch by Steven Scholz, 25 Oct 2004: Declare reset_cpu() in include/common.h instead locally --- include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index eee79b29fd..edb704dca4 100644 --- a/include/common.h +++ b/include/common.h @@ -383,6 +383,7 @@ int checkicache (void); int checkdcache (void); void upmconfig (unsigned int, unsigned int *, unsigned int); ulong get_tbclk (void); +void reset_cpu (ulong addr); /* $(CPU)/serial.c */ int serial_init (void); -- cgit