]> Git Repo - u-boot.git/commit
efi_loader: pass GUIDs as const efi_guid_t *
authorHeinrich Schuchardt <[email protected]>
Thu, 5 Oct 2017 14:35:53 +0000 (16:35 +0200)
committerAlexander Graf <[email protected]>
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
include/efi_api.h
lib/efi_loader/efi_boottime.c
This page took 0.033309 seconds and 4 git commands to generate.