Home
last modified time | relevance | path

Searched refs:handover_func_t (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/efi/
Defi.h73 typedef void (handover_func_t)(void *, EFI_SYSTEM_TABLE *, typedef
76 handover_func_t efi_handover_32;
77 handover_func_t efi_handover_64;
78 handover_func_t efi_handover;
Dmain.c780 handover_func_t *func = efi_handover; in handover_boot()