allwinner_a64/android/external/syslinux/gnu-efi/gnu-efi-3.0/apps/tpause.c
2018-08-08 16:14:42 +08:00

9 lines
169 B
C

#include <efi.h>
#include <efilib.h>
EFI_STATUS
efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
{
Print(L"Press `q' to quit, any other key to continue:\n");
}