blob: a3e00553391e1938e604905279302126b43467a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $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");
}
|