commit | 3ec924a3cb7bc3b37be9adec695d7c3d563b3d2c | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sun Apr 03 17:23:39 2005 +0000 |
committer | wdenk <wdenk> | Sun Apr 03 17:23:39 2005 +0000 |
tree | a1e60fe7a788cbe86f8b9cde532273ba0f3df687 | |
parent | 756f586a73d756f163dc03a049d650cc1a5b5899 [diff] [blame] |
Patch by Steven Scholz, 25 Oct 2004: Declare reset_cpu() in include/common.h instead locally
diff --git a/include/common.h b/include/common.h index eee79b2..edb704d 100644 --- a/include/common.h +++ b/include/common.h
@@ -383,6 +383,7 @@ 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);