]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Include/Guid/OpalPasswordExtraInfoVariable.h
SecurityPkg OpalPasswordSupportLib: Remove it
[mirror_edk2.git] / SecurityPkg / Include / Guid / OpalPasswordExtraInfoVariable.h
CommitLineData
1cf00fbd
ED
1/** @file\r
2 Defines Name GUIDs to represent an Opal device variable guid for Opal Security Feature.\r
3\r
4Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef _OPAL_PASSWORD_EXTRA_INFO_VARIABLE_H_\r
16#define _OPAL_PASSWORD_EXTRA_INFO_VARIABLE_H_\r
17\r
18#define OPAL_EXTRA_INFO_VAR_NAME L"OpalExtraInfo"\r
19\r
20typedef struct {\r
21 UINT8 EnableBlockSid;\r
22} OPAL_EXTRA_INFO_VAR;\r
23\r
24extern EFI_GUID gOpalExtraInfoVariableGuid;\r
25\r
26#endif // _OPAL_PASSWORD_SECURITY_VARIABLE_H_\r
27\r