source: bootcd/isolinux/syslinux-6.03/gnu-efi/gnu-efi-3.0/apps/tpause.c @ dd1be7c

Last change on this file since dd1be7c was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 169 bytes
Line 
1#include <efi.h>
2#include <efilib.h>
3
4EFI_STATUS
5efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
6{
7        Print(L"Press `q' to quit, any other key to continue:\n");
8       
9}
Note: See TracBrowser for help on using the repository browser.