2015-10-15 10:25:28 +02:00

12 lines
239 B
C

/* $NetBSD: tpause.c,v 1.1.1.1 2014/04/01 16:16:06 jakllsch Exp $ */
#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");
}