1 /*	$NetBSD: tpause.c,v 1.1.1.1 2014/04/01 16:16:06 jakllsch Exp $	*/
2 
3 #include <efi.h>
4 #include <efilib.h>
5 
6 EFI_STATUS
efi_main(EFI_HANDLE image,EFI_SYSTEM_TABLE * systab)7 efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
8 {
9 	Print(L"Press `q' to quit, any other key to continue:\n");
10 
11 }
12