diff options
| author | Wolfgang Denk <[email protected]> | 2010-01-27 20:19:08 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2010-01-27 20:19:08 +0100 |
| commit | 9b208ece0a4e040774e24990b7cb6f0ad0ca4cc7 (patch) | |
| tree | ca54c5529ccfab941f6cb20048453c5802440e77 /include/common.h | |
| parent | 249d4dec69e8d41ca58fe6cb3c56ea6f0480ef16 (diff) | |
| parent | a9c3ac78d81d7ff4fe239e292e11e0f78ac5d461 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 391790a411b..81f2b59dea1 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 |
