TianoCore EDK2 master
Loading...
Searching...
No Matches
SevMemoryAcceptance.h
Go to the documentation of this file.
1
14#ifndef SEV_MEMORY_ACCEPTANCE_H_
15#define SEV_MEMORY_ACCEPTANCE_H_
16
17#define OVMF_SEV_MEMORY_ACCEPTANCE_PROTOCOL_GUID \
18 {0xc5a010fe, \
19 0x38a7, \
20 0x4531, \
21 {0x8a, 0x4a, 0x05, 0x00, 0xd2, 0xfd, 0x16, 0x49}}
22
25
29typedef
33 );
34
40 OVMF_SEV_ALLOW_UNACCEPTED_MEMORY AllowUnacceptedMemory;
41};
42
43#endif
#define IN
Definition: Base.h:279
EFI_STATUS(EFIAPI * OVMF_SEV_ALLOW_UNACCEPTED_MEMORY)(IN OVMF_SEV_MEMORY_ACCEPTANCE_PROTOCOL *This)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29