diff options
author | Kumar Gala <galak@gate.crashing.org> | 2005-12-20 23:37:07 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-09 05:33:50 +0100 |
commit | be6b843918394067e93ebbacb834245251a6f18a (patch) | |
tree | d8d801260e56c2d07ca20ec943cae55e319bfb36 /include/asm-powerpc | |
parent | [PATCH] powerpc: Add the ability to handle SOC ports in legacy_serial (diff) | |
download | linux-be6b843918394067e93ebbacb834245251a6f18a.tar.xz linux-be6b843918394067e93ebbacb834245251a6f18a.zip |
[PATCH] powerpc: added a udbg_progress
Added a common udbg_progress for use by ppc_md.progress()
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/udbg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/udbg.h b/include/asm-powerpc/udbg.h index 6c8abc924b28..479f2d8ff74a 100644 --- a/include/asm-powerpc/udbg.h +++ b/include/asm-powerpc/udbg.h @@ -24,6 +24,7 @@ extern int udbg_read(char *buf, int buflen); extern void register_early_udbg_console(void); extern void udbg_printf(const char *fmt, ...); +extern void udbg_progress(char *s, unsigned short hex); extern void udbg_init_uart(void __iomem *comport, unsigned int speed, unsigned int clock); |