From: Roy Franz Date: Sun, 22 Sep 2013 22:45:26 +0000 (-0700) Subject: efi: Add proper definitions for some EFI function pointers. X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~32^2~4^2~15 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed37ddffe201bfad7be3c45bc08bd65b5298adca;p=pandora-kernel.git efi: Add proper definitions for some EFI function pointers. The x86/AMD64 EFI stubs must use a call wrapper to convert between the Linux and EFI ABIs, so void pointers are sufficient. For ARM, the ABIs are compatible, so we can directly invoke the function pointers. The functions that are used by the ARM stub are updated to match the EFI definitions. Also add some EFI types used by EFI functions. Signed-off-by: Roy Franz Acked-by: Mark Salter Reviewed-by: Grant Likely Signed-off-by: Matt Fleming --- Reading git-diff-tree failed