]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi: Fix missing EFIAPI specifiers
authorSimon Glass <sjg@chromium.org>
Sun, 25 Sep 2016 21:27:32 +0000 (15:27 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 19 Oct 2016 07:01:53 +0000 (09:01 +0200)
commite275458c2f011a7e66ac01e6558f15f4cf4972f9
tree91ef693988635910ac328571dba7aa87b15ccd16
parenta0b49bc3341f8f19cbf57a56d110ab0fa8f39267
efi: Fix missing EFIAPI specifiers

These are missing in some functions. Add them to keep things consistent.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c
include/efi_loader.h
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_disk.c
lib/efi_loader/efi_net.c