summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-08-10 20:33:06 +0200
committerStefan Roese <sr@denx.de>2007-08-10 20:33:06 +0200
commit59530af55613a8c5fac3c4e0f5fbcf2f1611c483 (patch)
treef16287c465c5f577cbfc22ae8ee3a1f979519af0 /include/common.h
parentc74b2108e31fe09bd1c5d291c3cf360510d4f13e (diff)
parent99c2fdab91bc633e46fb41dbaa629f87ccf6e00f (diff)
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 229e64bd4..27a660a4d 100644
--- a/include/common.h
+++ b/include/common.h
@@ -529,6 +529,8 @@ void cpu_init_f (void);
int cpu_init_r (void);
#if defined(CONFIG_8260)
int prt_8260_rsr (void);
+#elif defined(CONFIG_MPC83XX)
+int prt_83xx_rsr (void);
#endif
/* $(CPU)/interrupts.c */