mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
Patch by Steven Scholz, 25 Oct 2004:
Declare reset_cpu() in include/common.h instead locally
This commit is contained in:
parent
756f586a73
commit
3ec924a3cb
26 changed files with 4 additions and 43 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue