aboutsummaryrefslogtreecommitdiff
path: root/gnu-efi/gnu-efi-3.0/apps/tpause.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-efi/gnu-efi-3.0/apps/tpause.c')
-rw-r--r--gnu-efi/gnu-efi-3.0/apps/tpause.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu-efi/gnu-efi-3.0/apps/tpause.c b/gnu-efi/gnu-efi-3.0/apps/tpause.c
new file mode 100644
index 0000000..51c86df
--- /dev/null
+++ b/gnu-efi/gnu-efi-3.0/apps/tpause.c
@@ -0,0 +1,9 @@
+#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");
+
+}