CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/06 17:56:55
Modified files:
sys/arch/arm64/stand/efiboot: efiacpi.c efiboot.c efidev.c
efipxe.c efirng.c
Log message:
Replace all uses of 'EFI_CALL(func, params)' with
the expansion 'func(params)'.
Allows upcoming removal of eficall.h.
Tested & ok naddy@
