summaryrefslogtreecommitdiff
path: root/SecurityPkg/Include/Library/TcgStorageOpalLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'SecurityPkg/Include/Library/TcgStorageOpalLib.h')
-rw-r--r--SecurityPkg/Include/Library/TcgStorageOpalLib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/SecurityPkg/Include/Library/TcgStorageOpalLib.h b/SecurityPkg/Include/Library/TcgStorageOpalLib.h
index a9b4f2fe6..108affc42 100644
--- a/SecurityPkg/Include/Library/TcgStorageOpalLib.h
+++ b/SecurityPkg/Include/Library/TcgStorageOpalLib.h
@@ -76,6 +76,12 @@ typedef struct {
// 1 - The initial C_PIN_SID PIN value is equal to the C_PIN_MSID PIN value
//
UINT32 CpinUponRevert : 1;
+
+ //
+ // Media encryption supported (0 - not supported, 1 - supported)
+ //
+ UINT32 BlockSid : 1;
+
} OPAL_DISK_SUPPORT_ATTRIBUTE;
//