TianoCore EDK2 master
Loading...
Searching...
No Matches
ConfidentialComputingSecret.h
Go to the documentation of this file.
1
9#ifndef CONFIDENTIAL_COMPUTING_SECRET_H_
10#define CONFIDENTIAL_COMPUTING_SECRET_H_
11
12#include <Uefi/UefiBaseType.h>
13
14#define CONFIDENTIAL_COMPUTING_SECRET_GUID \
15 { 0xadf956ad, \
16 0xe98c, \
17 0x484c, \
18 { 0xae, 0x11, 0xb5, 0x1c, 0x7d, 0x33, 0x64, 0x47 }, \
19 }
20
21typedef struct {
22 UINT64 Base;
23 UINT64 Size;
25
26extern EFI_GUID gConfidentialComputingSecretGuid;
27
28#endif // SEV_LAUNCH_SECRET_H_
Definition: Base.h:213