commit | a46a290a01149120f40f83a694d3e6041bcf8f70 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Mon Feb 10 17:02:37 2020 +0100 |
committer | Ard Biesheuvel <ardb@kernel.org> | Sun Feb 23 21:57:15 2020 +0100 |
tree | 47e43fd63d1b1d4241ecd9509e4e517bc640c9ec | |
parent | c2d0b470154c5be39f253da7814742030635f300 [diff] |
efi/libstub: Use consistent type names for file I/O protocols Align the naming of efi_file_io_interface_t and efi_file_handle_t with the UEFI spec, and call them efi_simple_file_system_protocol_t and efi_file_protocol_t, respectively, using the same convention we use for all other type definitions that originate in the UEFI spec. While at it, move the definitions to efistub.h, so they are only seen by code that needs them. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>