diff options
author | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-28 13:25:37 +0000 |
---|---|---|
committer | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-28 13:25:37 +0000 |
commit | 5259c97d7ac7f464c134c3a15186b30e8e8eadff (patch) | |
tree | 9eb10b04e5ea360d88c5899d2c0fff76017af5c5 /IntelFrameworkPkg/Include/Protocol/SmmPowerButtonDispatch.h | |
parent | d3a12d776c9985cfc9055d9b9b61aa39682a261e (diff) | |
download | edk2-platforms-5259c97d7ac7f464c134c3a15186b30e8e8eadff.tar.xz |
Committing changes to the comments, after review with engineers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9018 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/SmmPowerButtonDispatch.h')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/SmmPowerButtonDispatch.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/SmmPowerButtonDispatch.h b/IntelFrameworkPkg/Include/Protocol/SmmPowerButtonDispatch.h index d5f4ab44af..e1ed024c7a 100644 --- a/IntelFrameworkPkg/Include/Protocol/SmmPowerButtonDispatch.h +++ b/IntelFrameworkPkg/Include/Protocol/SmmPowerButtonDispatch.h @@ -73,10 +73,9 @@ VOID @param[in] This Pointer to the EFI_SMM_POWER_BUTTON_DISPATCH_PROTOCOL instance.
@param[in] DispatchFunction Function to install.
@param[in] DispatchContext Pointer to the dispatch function's context.
- The caller fills this context in before calling
- the register function to indicate to the register
- function the Power Button SMI phase for which the dispatch
- function should be invoked.
+ Indicates to the register
+ function the Power Button SMI phase for which to invoke the dispatch
+ function.
@param[out] DispatchHandle Handle generated by the dispatcher to track the function instance.
@retval EFI_SUCCESS The dispatch function has been successfully
|