summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-01-27 20:19:08 +0100
committerWolfgang Denk <wd@denx.de>2010-01-27 20:19:08 +0100
commit9b208ece0a4e040774e24990b7cb6f0ad0ca4cc7 (patch)
treeca54c5529ccfab941f6cb20048453c5802440e77 /include/common.h
parent249d4dec69e8d41ca58fe6cb3c56ea6f0480ef16 (diff)
parenta9c3ac78d81d7ff4fe239e292e11e0f78ac5d461 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 391790a411..81f2b59dea 100644
--- a/include/common.h
+++ b/include/common.h
@@ -712,6 +712,7 @@ void show_boot_progress(int val);
#ifdef CONFIG_MP
int cpu_status(int nr);
int cpu_reset(int nr);
+int cpu_disable(int nr);
int cpu_release(int nr, int argc, char *argv[]);
#endif