X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FSmmPowerButtonDispatch2.h;fp=MdePkg%2FInclude%2FProtocol%2FSmmPowerButtonDispatch2.h;h=b3cdb47653c7aeaf192b07f2f367fe3f5f304789;hb=fa3e7746bb6cda21a9e8c600d19b8228ec7bcc34;hp=5a529a10a2376aad53d9777033c3ef8f1c502cae;hpb=81bf52d6d87e92f21678140322d32b726fc8f3b7;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/SmmPowerButtonDispatch2.h b/MdePkg/Include/Protocol/SmmPowerButtonDispatch2.h index 5a529a10a2..b3cdb47653 100644 --- a/MdePkg/Include/Protocol/SmmPowerButtonDispatch2.h +++ b/MdePkg/Include/Protocol/SmmPowerButtonDispatch2.h @@ -61,7 +61,7 @@ typedef struct _EFI_SMM_POWER_BUTTON_DISPATCH2_PROTOCOL EFI_SMM_POWER_BUTTON_DIS @param[in] This Pointer to the EFI_SMM_POWER_BUTTON_DISPATCH2_PROTOCOL instance. @param[in] DispatchFunction Function to register for handler when power button is pressed or released. - @param[in] RegisterContext Pointer to the dispatch function’s context. The caller fills in this context + @param[in] RegisterContext Pointer to the dispatch function's context. The caller fills in this context before calling the Register() function to indicate to the Register() function the power button SMI phase for which the dispatch function should be invoked. @param[out] DispatchHandle Handle generated by the dispatcher to track the function instance.