summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
diff options
context:
space:
mode:
Diffstat (limited to 'OvmfPkg/Include/Guid/ConfidentialComputingSecret.h')
-rw-r--r--OvmfPkg/Include/Guid/ConfidentialComputingSecret.h8
1 files changed, 4 insertions, 4 deletions
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_