mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@697 f158a5a8-5612-0410-a976-696ce0be7e32
10 lines
203 B
C
10 lines
203 B
C
#ifndef VIDEO_CONSOLE_H
|
|
#define VIDEO_CONSOLE_H
|
|
|
|
/* libopenbios/console_common.c */
|
|
int console_draw_str(const char *str);
|
|
int console_init(void);
|
|
void console_close(void);
|
|
|
|
#endif /* VIDEO_CONSOLE_H */
|