2 * Copyright 2012, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
7 #include <boot/platform/generic/text_console.h>
11 console_clear_screen(void)
31 console_set_cursor(int32 x
, int32 y
)
37 console_show_cursor(void)
43 console_hide_cursor(void)
49 console_set_color(int32 foreground
, int32 background
)
55 console_wait_for_key(void)