]> git.ipfire.org Git - thirdparty/grub.git/commit
efi/console: Move grub_console_set{colorstate,cursor} higher in the file
authorJavier Martinez Canillas <javierm@redhat.com>
Wed, 15 Apr 2020 10:26:17 +0000 (12:26 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 21 Apr 2020 20:07:56 +0000 (22:07 +0200)
commit30586747f1d66968936d93506f0bd16df33844ea
tree547ead5d2a96bfad393856ffb3a184d73c5c42e4
parentb0c7769a41842426e39fa68b160be59866d1a83d
efi/console: Move grub_console_set{colorstate,cursor} higher in the file

This is just a preparatory patch to move the functions higher in the file,
since these will be called by the grub_prepare_for_text_output() function
that will be introduced in a later patch.

The logic is unchanged by this patch. Functions definitions are just moved
to avoid a forward declaration in a later patch, keeping the code clean.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/term/efi/console.c