Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2726 |
vana |
1 |
#include <efi.h> |
|
|
2 |
#include <efilib.h> |
|
|
3 |
|
|
|
4 |
EFI_STATUS |
|
|
5 |
efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab) |
|
|
6 |
{ |
|
|
7 |
Print(L"Press `q' to quit, any other key to continue:\n"); |
|
|
8 |
|
|
|
9 |
} |