diff options
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/SmmAccess.h')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/SmmAccess.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/SmmAccess.h b/IntelFrameworkPkg/Include/Protocol/SmmAccess.h index 9c28eef938..97c00731ed 100644 --- a/IntelFrameworkPkg/Include/Protocol/SmmAccess.h +++ b/IntelFrameworkPkg/Include/Protocol/SmmAccess.h @@ -143,10 +143,10 @@ EFI_STATUS Gets information on possible SMRAM regions.
@param LockState
-Indicates the current state of the SMRAM. Set to TRUE if any region is locked.
+ Indicates the current state of the SMRAM. Set to TRUE if any region is locked.
@param OpenState
-Indicates the current state of the SMRAM. Set to TRUE if any region is open.
+ Indicates the current state of the SMRAM. Set to TRUE if any region is open.
**/
struct _EFI_SMM_ACCESS_PROTOCOL {
|