boot: Use UEFI protocol struct names
authorJan Janssen <medhefgo@web.de>
Thu, 7 Jul 2022 08:24:14 +0000 (10:24 +0200)
committerJan Janssen <medhefgo@web.de>
Thu, 7 Jul 2022 08:43:49 +0000 (10:43 +0200)
commitb30a43dfd76d18cad2efda1d23df287cd8a47b01
tree27c5413ffa6ace3d75cd4a91f281a05948b9dc54
parent04f316f0ee0b9a18bce29b989ffaf714ca2dd5bc
boot: Use UEFI protocol struct names

These are somewhat pointless gnu-efi typedefs. Using the names from the
UEFI spec makes things clearer.

The one exception left is EFI_FILE as we use it a lot and
EFI_FILE_PROTOCOL is quite a handful.
src/boot/efi/boot.c
src/boot/efi/cpio.c
src/boot/efi/cpio.h
src/boot/efi/drivers.c
src/boot/efi/drivers.h
src/boot/efi/linux.c
src/boot/efi/stub.c
src/boot/efi/xbootldr.c