X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FSimpleTextIn.h;fp=MdePkg%2FInclude%2FProtocol%2FSimpleTextIn.h;h=5298b2314660b985e0305d76ae67f8df56ce9c0e;hp=ad23b5ab5c6ae6907aff3c55773afe8ab8ea4309;hb=8b13229b469f05ec22d76098b052bd6e943fecee;hpb=dc53faa3a2059c75483fe7e5756d2da11fad598c diff --git a/MdePkg/Include/Protocol/SimpleTextIn.h b/MdePkg/Include/Protocol/SimpleTextIn.h index ad23b5ab5c..5298b23146 100644 --- a/MdePkg/Include/Protocol/SimpleTextIn.h +++ b/MdePkg/Include/Protocol/SimpleTextIn.h @@ -93,7 +93,7 @@ typedef struct { **/ typedef EFI_STATUS -(EFIAPI *EFI_INPUT_RESET) ( +(EFIAPI *EFI_INPUT_RESET)( IN EFI_SIMPLE_TEXT_INPUT_PROTOCOL *This, IN BOOLEAN ExtendedVerification ) @@ -114,7 +114,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_INPUT_READ_KEY) ( +(EFIAPI *EFI_INPUT_READ_KEY)( IN EFI_SIMPLE_TEXT_INPUT_PROTOCOL *This, OUT EFI_INPUT_KEY *Key )