Skip to content
Commit a46a290a authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

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: default avatarArd Biesheuvel <ardb@kernel.org>
parent c2d0b470
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment