]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: pass GUIDs as const efi_guid_t *
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 5 Oct 2017 14:35:53 +0000 (16:35 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 9 Oct 2017 05:00:30 +0000 (07:00 +0200)
commit5a9682d0ddd9328eb581b18a8b263c3834943942
treef5b7bad0ebabdb966eabf520a75b190cb6b002cd
parentfc05a9590689b70fffdb9914e9867ea53fd579fa
efi_loader: pass GUIDs as const efi_guid_t *

We need to call some boottime services internally.
Our GUIDs are stored as const efi_guid_t *.

The boottime services never change GUIDs.
So we can define the parameters as const efi_guid_t *.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_api.h
lib/efi_loader/efi_boottime.c