sd-boot: Convert VOID -> void
authorJan Janssen <medhefgo@web.de>
Thu, 30 Sep 2021 09:17:22 +0000 (11:17 +0200)
committerJan Janssen <medhefgo@web.de>
Sun, 17 Oct 2021 09:54:17 +0000 (11:54 +0200)
commit70cd15e97bcce87e8843545ad44dc52a474e66a7
tree0027c4363d2301f9109c2b1062a4b4d8e8686b9b
parentf69434002c40cff849314e0f1596c444c4a3c746
sd-boot: Convert VOID -> void

We are already using void in several places and having a screaming
typedef for void feels pointless. There are also CONST, IN, OUT
and OPTIONAL which we aren't using either.

This leaves missing_efi.h to keep it in line with how they are
defined in gnu-efi and/or the specs.
22 files changed:
src/boot/efi/boot.c
src/boot/efi/console.c
src/boot/efi/cpio.c
src/boot/efi/cpio.h
src/boot/efi/devicetree.c
src/boot/efi/devicetree.h
src/boot/efi/drivers.c
src/boot/efi/graphics.c
src/boot/efi/initrd.c
src/boot/efi/initrd.h
src/boot/efi/linux.c
src/boot/efi/linux.h
src/boot/efi/linux_x86.c
src/boot/efi/pe.c
src/boot/efi/pe.h
src/boot/efi/random-seed.c
src/boot/efi/shim.c
src/boot/efi/splash.c
src/boot/efi/stub.c
src/boot/efi/util.c
src/boot/efi/util.h
src/boot/efi/xbootldr.c