diff options
Diffstat (limited to 'include/asm-powerpc/udbg.h')
-rw-r--r-- | include/asm-powerpc/udbg.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/asm-powerpc/udbg.h b/include/asm-powerpc/udbg.h index 4049a96dc43d..8d6b44c8f35d 100644 --- a/include/asm-powerpc/udbg.h +++ b/include/asm-powerpc/udbg.h | |||
@@ -13,8 +13,8 @@ | |||
13 | #include <linux/compiler.h> | 13 | #include <linux/compiler.h> |
14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
15 | 15 | ||
16 | extern void (*udbg_putc)(unsigned char c); | 16 | extern void (*udbg_putc)(char c); |
17 | extern unsigned char (*udbg_getc)(void); | 17 | extern char (*udbg_getc)(void); |
18 | extern int (*udbg_getc_poll)(void); | 18 | extern int (*udbg_getc_poll)(void); |
19 | 19 | ||
20 | extern void udbg_puts(const char *s); | 20 | extern void udbg_puts(const char *s); |
@@ -30,5 +30,8 @@ extern unsigned int udbg_probe_uart_speed(void __iomem *comport, | |||
30 | unsigned int clock); | 30 | unsigned int clock); |
31 | 31 | ||
32 | struct device_node; | 32 | struct device_node; |
33 | extern void udbg_init_scc(struct device_node *np); | 33 | extern void udbg_scc_init(int force_scc); |
34 | extern int udbg_adb_init(int force_btext); | ||
35 | extern void udbg_adb_init_early(void); | ||
36 | |||
34 | #endif /* _ASM_POWERPC_UDBG_H */ | 37 | #endif /* _ASM_POWERPC_UDBG_H */ |