commit | 2bb9b79d64ca5112af3147a267ece894945aa470 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Mar 04 01:09:57 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 15 15:19:23 2016 -0400 |
tree | 1d87fe340e55d0b6d53f7deff3f427642a774f0e | |
parent | d96a98045aa5aadba473d89872a987ac50a023ea [diff] |
include/efi_api.h: Add more detailed API definitions The EFI API header is great, but missing a good chunk of function prototype, GUID defines and enum declarations. This patch extends it to cover more of the EFI API. It's still not 100% complete, but sufficient enough for our EFI payload interface. Signed-off-by: Alexander Graf <agraf@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>