]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: static functions in efi_console.c
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 10 Feb 2023 07:51:41 +0000 (08:51 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 10 Feb 2023 12:05:40 +0000 (13:05 +0100)
commit3daa31ab4765568b52ab17e8fa0415a6ddfa0067
tree215c42bbeb1fff80e21f030841e3f50d18657de7
parentf9bf6ea9b29806be6c2cec9fbe75ee99b28dbf2b
efi_loader: static functions in efi_console.c

Define function set_shift_mask() as static as it is not used externally.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_console.c