Syncboot/gnu-efi/apps/tpause.c

10 lines
169 B
C
Raw Permalink Normal View History

#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");
}