mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 09:09:01 -04:00
12 lines
239 B
C
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");
|
|
|
|
}
|