boot: Turn all guid constants into C99 compound initializers
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 30 Jan 2021 23:10:13 +0000 (23:10 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 31 Jan 2021 21:46:05 +0000 (21:46 +0000)
commit7d2ebb6f85cdeb0c4ddcdf08004f0547cad5cfe9
tree7a154bb12b9386817f8a9547a35d7a3009b8c1bf
parent50212228424532918182c53e5810835edbc1a328
boot: Turn all guid constants into C99 compound initializers

Avoids having to use the address operator all the time and
avoids having to cast or do other unintuitive stuff.
src/boot/efi/boot.c
src/boot/efi/console.c
src/boot/efi/graphics.c
src/boot/efi/measure.c
src/boot/efi/random-seed.c
src/boot/efi/secure-boot.c
src/boot/efi/shim.c
src/boot/efi/stub.c
src/boot/efi/util.c
src/boot/efi/util.h