X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FInclude%2FGuid%2FConfidentialComputingSecret.h;fp=OvmfPkg%2FInclude%2FGuid%2FConfidentialComputingSecret.h;h=b935573539634339155513aa68bf024c394b70fe;hp=7026fc5b089ffa07e0ee9a5655804c6fc90e54ac;hb=ac0a286f4d747a4c6c603a7b225917293cbe1e9f;hpb=d1050b9dff1cace252aff86630bfdb59dff5f507 diff --git a/OvmfPkg/Include/Guid/ConfidentialComputingSecret.h b/OvmfPkg/Include/Guid/ConfidentialComputingSecret.h index 7026fc5b08..b935573539 100644 --- a/OvmfPkg/Include/Guid/ConfidentialComputingSecret.h +++ b/OvmfPkg/Include/Guid/ConfidentialComputingSecret.h @@ -1,4 +1,4 @@ - /** @file +/** @file UEFI Configuration Table for exposing the SEV Launch Secret location to UEFI applications (boot loaders). @@ -19,10 +19,10 @@ } typedef struct { - UINT64 Base; - UINT64 Size; + UINT64 Base; + UINT64 Size; } CONFIDENTIAL_COMPUTING_SECRET_LOCATION; -extern EFI_GUID gConfidentialComputingSecretGuid; +extern EFI_GUID gConfidentialComputingSecretGuid; #endif // SEV_LAUNCH_SECRET_H_