diff options
Diffstat (limited to 'drivers/sgi/char/gconsole.h')
-rw-r--r-- | drivers/sgi/char/gconsole.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/sgi/char/gconsole.h b/drivers/sgi/char/gconsole.h index bfdfbffa3..e629fe9fc 100644 --- a/drivers/sgi/char/gconsole.h +++ b/drivers/sgi/char/gconsole.h @@ -18,10 +18,12 @@ struct console_ops { void (*memcpyw)(unsigned short *to, unsigned short *from, unsigned int count); }; +void register_gconsole (struct console_ops *); + /* This points to the system console */ -extern struct console_ops gconsole; +extern struct console_ops *gconsole; -extern void gfx_init (char **name); +extern void gfx_init (const char **name); extern void __set_origin (unsigned short offset); extern void hide_cursor (void); |