diff options
Diffstat (limited to 'arch/sparc/include/asm/oplib_64.h')
-rw-r--r-- | arch/sparc/include/asm/oplib_64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/oplib_64.h b/arch/sparc/include/asm/oplib_64.h index d541de4b6844..384e558a6a3c 100644 --- a/arch/sparc/include/asm/oplib_64.h +++ b/arch/sparc/include/asm/oplib_64.h | |||
@@ -97,10 +97,10 @@ extern unsigned char prom_get_idprom(char *idp_buffer, int idpbuf_size); | |||
97 | /* Character operations to/from the console.... */ | 97 | /* Character operations to/from the console.... */ |
98 | 98 | ||
99 | /* Blocking get character from console. */ | 99 | /* Blocking get character from console. */ |
100 | extern char prom_getchar(void); | 100 | extern void prom_getchar(char *buf); |
101 | 101 | ||
102 | /* Blocking put character to console. */ | 102 | /* Blocking put character to console. */ |
103 | extern void prom_putchar(char character); | 103 | extern void prom_putchar(const char *buf); |
104 | 104 | ||
105 | /* Prom's internal routines, don't use in kernel/boot code. */ | 105 | /* Prom's internal routines, don't use in kernel/boot code. */ |
106 | extern void prom_printf(const char *fmt, ...); | 106 | extern void prom_printf(const char *fmt, ...); |