Sign in
android
/
platform
/
external
/
syslinux
/
refs/heads/oreo-mr1-release
/
.
/
gnu-efi
/
gnu-efi-3.0
/
apps
/
tpause.c
blob: 51c86df51780a70be41c5f3134b26fb071353012 [
file
] [
log
] [
blame
] [
edit
]
#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"
);
}