X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FUefiLib.h;h=9eed35ba1631f2301415ec4305df3dd975314283;hp=3098f57298941cb593ea0bea3d33737175ffaff3;hb=13c84604475a77b7b90e79eddc77e88b7a01f504;hpb=f2df6a00a28508d9ed08f5564cbb21b7c0c9e19c diff --git a/MdePkg/Include/Library/UefiLib.h b/MdePkg/Include/Library/UefiLib.h index 3098f57298..9eed35ba16 100644 --- a/MdePkg/Include/Library/UefiLib.h +++ b/MdePkg/Include/Library/UefiLib.h @@ -84,7 +84,7 @@ EfiCreateProtocolNotifyEvent( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OPTIONAL - OUT VOID *Registration + OUT VOID **Registration ); /** @@ -109,7 +109,7 @@ EfiNamedEventListen ( IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN CONST VOID *NotifyContext, OPTIONAL - OUT VOID **Registration + OUT VOID *Registration OPTIONAL ); /**