diff options
Diffstat (limited to 'drivers/arm/peripherals/pl011/console.h')
-rw-r--r-- | drivers/arm/peripherals/pl011/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/arm/peripherals/pl011/console.h b/drivers/arm/peripherals/pl011/console.h index ea45b436..e2859092 100644 --- a/drivers/arm/peripherals/pl011/console.h +++ b/drivers/arm/peripherals/pl011/console.h @@ -31,7 +31,7 @@ #ifndef __CONSOLE_H__ #define __CONSOLE_H__ -void console_init(void); +void console_init(unsigned long base_addr); int console_putc(int c); int console_getc(void); |