efi_loader: add macro for const EFI runtime data
authorMarek Behún <marek.behun@nic.cz>
Thu, 20 May 2021 11:23:58 +0000 (13:23 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 24 May 2021 18:21:30 +0000 (14:21 -0400)
commit15f537ccf96f891ee46c0d2d2b5d2021b0de2559
treedecfebc156d58a0b8802701902c8eab35ca459ba
parent82836973115171d1d8ff5fa874b075672ac08f58
efi_loader: add macro for const EFI runtime data

Add macro __efi_runtime_rodata, for const variables with similar purpose
as those using __efi_runtime_data.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_loader.h