X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FInclude%2FProtocol%2FEblAddCommand.h;h=4a9f494c5d93a46d1419a6f4be5f95e1ed9f1d47;hp=a7809b27b3ec22971a81f6aa7b7b7777539c03a2;hb=3402aac7d985bf8a9f9d3c639f3fe93609380513;hpb=62d441fb17d59958bf00c4a1f3b52bf6a0b40b24 diff --git a/EmbeddedPkg/Include/Protocol/EblAddCommand.h b/EmbeddedPkg/Include/Protocol/EblAddCommand.h index a7809b27b3..4a9f494c5d 100644 --- a/EmbeddedPkg/Include/Protocol/EblAddCommand.h +++ b/EmbeddedPkg/Include/Protocol/EblAddCommand.h @@ -46,7 +46,7 @@ typedef struct { /** Add a single command table entry. - + @param EntryArray Pointer EBL_COMMAND_TABLE of the command that is being added **/ @@ -73,7 +73,7 @@ VOID ); -typedef +typedef VOID (EFIAPI *EBL_GET_CHAR_CALL_BACK) ( IN UINTN ElapsedTime @@ -86,13 +86,13 @@ VOID @param Key EFI Key information returned @param TimeoutInSec Number of seconds to wait to timeout - @param CallBack Callback called every second during the timeout wait + @param CallBack Callback called every second during the timeout wait @return EFI_SUCCESS Key was returned @return EFI_TIMEOUT If the TimoutInSec expired **/ -typedef +typedef EFI_STATUS (EFIAPI *EBL_GET_CHAR_KEY) ( IN OUT EFI_INPUT_KEY *Key, @@ -108,7 +108,7 @@ EFI_STATUS If the use hits Q to quit return TRUE else for any other key return FALSE. PrefixNewline is used to figure out if a newline is needed before the prompt string. This depends on the last print done before calling this function. - CurrentRow is updated by one on a call or set back to zero if a prompt is + CurrentRow is updated by one on a call or set back to zero if a prompt is needed. @param CurrentRow Used to figure out if its the end of the page and updated