summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/WindowsSmmSecurityMitigationTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/IndustryStandard/WindowsSmmSecurityMitigationTable.h')
-rw-r--r--MdePkg/Include/IndustryStandard/WindowsSmmSecurityMitigationTable.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/MdePkg/Include/IndustryStandard/WindowsSmmSecurityMitigationTable.h b/MdePkg/Include/IndustryStandard/WindowsSmmSecurityMitigationTable.h
index ccc6da1575..786aea31c6 100644
--- a/MdePkg/Include/IndustryStandard/WindowsSmmSecurityMitigationTable.h
+++ b/MdePkg/Include/IndustryStandard/WindowsSmmSecurityMitigationTable.h
@@ -7,7 +7,6 @@
**/
-
#ifndef _WINDOWS_SMM_SECURITY_MITIGATION_TABLE_H_
#define _WINDOWS_SMM_SECURITY_MITIGATION_TABLE_H_
@@ -20,13 +19,13 @@
#define EFI_WSMT_TABLE_REVISION 1
typedef struct {
- EFI_ACPI_DESCRIPTION_HEADER Header;
- UINT32 ProtectionFlags;
+ EFI_ACPI_DESCRIPTION_HEADER Header;
+ UINT32 ProtectionFlags;
} EFI_ACPI_WSMT_TABLE;
-#define EFI_WSMT_PROTECTION_FLAGS_FIXED_COMM_BUFFERS 0x1
-#define EFI_WSMT_PROTECTION_FLAGS_COMM_BUFFER_NESTED_PTR_PROTECTION 0x2
-#define EFI_WSMT_PROTECTION_FLAGS_SYSTEM_RESOURCE_PROTECTION 0x4
+#define EFI_WSMT_PROTECTION_FLAGS_FIXED_COMM_BUFFERS 0x1
+#define EFI_WSMT_PROTECTION_FLAGS_COMM_BUFFER_NESTED_PTR_PROTECTION 0x2
+#define EFI_WSMT_PROTECTION_FLAGS_SYSTEM_RESOURCE_PROTECTION 0x4
#pragma pack()