X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FTcg%2FOpal%2FOpalPassword%2FOpalPasswordPei.h;fp=SecurityPkg%2FTcg%2FOpal%2FOpalPassword%2FOpalPasswordPei.h;h=e2b3f416de81f4a67d542a8c1b28f879a648ef27;hp=bd7007094f65dfd9238a53c854e8425857b38b7e;hb=c411b485b63a671a1e276700cff025c73997233c;hpb=39de741e2dcb8f11e9b4438e37224797643d8451 diff --git a/SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.h b/SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.h index bd7007094f..e2b3f416de 100644 --- a/SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.h +++ b/SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.h @@ -31,16 +31,15 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include "OpalPasswordCommon.h" - // // The generic command timeout value (unit in us) for Storage Security Command // PPI ReceiveData/SendData services // -#define SSC_PPI_GENERIC_TIMEOUT 30000000 +#define SSC_PPI_GENERIC_TIMEOUT 30000000 #pragma pack(1) -#define OPAL_PEI_DEVICE_SIGNATURE SIGNATURE_32 ('o', 'p', 'd', 's') +#define OPAL_PEI_DEVICE_SIGNATURE SIGNATURE_32 ('o', 'p', 'd', 's') typedef struct { UINTN Signature; @@ -57,4 +56,3 @@ typedef struct { #pragma pack() #endif // _OPAL_PASSWORD_PEI_H_ -