Make grub_console_real_putchar grub_console_putchar
This commit is contained in:
parent
84f8180158
commit
34fac099a5
5 changed files with 11 additions and 24 deletions
|
@ -25,12 +25,6 @@ static grub_uint8_t grub_console_standard_color = 0x7;
|
|||
static grub_uint8_t grub_console_normal_color = 0x7;
|
||||
static grub_uint8_t grub_console_highlight_color = 0x70;
|
||||
|
||||
void
|
||||
grub_console_putchar (const struct grub_unicode_glyph *c)
|
||||
{
|
||||
grub_console_real_putchar (c->base);
|
||||
}
|
||||
|
||||
grub_uint16_t
|
||||
grub_console_getwh (void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue