CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2021/06/07 15:18:31

Modified files:
        sys/arch/armv7/stand/efiboot: efiboot.c efidev.c efipxe.c 

Log message:
Replace all uses of 'EFI_CALL(func, params)' with
the expansion 'func(params)'.

Allows upcoming removal of eficall.h.

Tested & ok patrick@

Reply via email to