add functions to query cursor position to video layer
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3520 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
96f57aee0a
commit
59fb9a2bfa
@ -120,6 +120,11 @@ void video_console_putchar(unsigned int ch);
|
||||
void video_console_putc(u8 row, u8 col, unsigned int ch);
|
||||
void video_console_clear(void);
|
||||
void video_console_cursor_enable(int state);
|
||||
void video_console_get_cursor(unsigned int *x, unsigned int *y, unsigned int *en);
|
||||
void video_console_set_cursor(unsigned int cursorx, unsigned int cursory);
|
||||
|
||||
/* drivers/option.c */
|
||||
int get_option(void *dest, char *name);
|
||||
|
||||
/* libc/console.c */
|
||||
void console_init(void);
|
||||
|
Reference in New Issue
Block a user