efi_loader: use const efi_guid_t * for variable services
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 30 Dec 2018 19:53:51 +0000 (20:53 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 13 Feb 2019 08:40:05 +0000 (09:40 +0100)
commit0bda81bfdc5c67341e51c2b412a2271099861e6e
treee49f0d64928dee92b646e29043fc89a2d2088516
parent056b45bc50c11a57363b7b958297f13506a2508b
efi_loader: use const efi_guid_t * for variable services

The runtime variable services never change GUIDs. So we should declare
the GUID parameters as constant.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_api.h
include/efi_loader.h
lib/efi_loader/efi_variable.c
lib/efi_selftest/efi_selftest_variables.c