• Ard Biesheuvel's avatar
    efi/libstub: unify EFI call wrappers for non-x86 · 22090f84
    Ard Biesheuvel authored
    We have wrappers around EFI calls so that x86 can define special
    versions for mixed mode, while all other architectures can use the
    same simple definition that just issues the call directly.
    In preparation for the arrival of yet another architecture that doesn't
    need anything special here (RISC-V), let's move the default definition
    into a shared header.
    Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
    22090f84
efi.h 2.51 KB