TianoCore EDK2 master
Loading...
Searching...
No Matches
MemoryAccept.h
Go to the documentation of this file.
1
8#ifndef MEMORY_ACCEPT_H_
9#define MEMORY_ACCEPT_H_
10
11#define EDKII_MEMORY_ACCEPT_PROTOCOL_GUID \
12 { 0x38c74800, 0x5590, 0x4db4, { 0xa0, 0xf3, 0x67, 0x5d, 0x9b, 0x8e, 0x80, 0x26 } };
13
15
19typedef
21(EFIAPI *EDKII_ACCEPT_MEMORY)(
23 IN EFI_PHYSICAL_ADDRESS StartAddress,
24 IN UINTN Size
25 );
26
32 EDKII_ACCEPT_MEMORY AcceptMemory;
33};
34
35extern EFI_GUID gEdkiiMemoryAcceptProtocolGuid;
36
37#endif
UINT64 UINTN
#define IN
Definition: Base.h:279
EFI_STATUS(EFIAPI * EDKII_ACCEPT_MEMORY)(IN EDKII_MEMORY_ACCEPT_PROTOCOL *This, IN EFI_PHYSICAL_ADDRESS StartAddress, IN UINTN Size)
Definition: MemoryAccept.h:21
UINT64 EFI_PHYSICAL_ADDRESS
Definition: UefiBaseType.h:50
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
Definition: Base.h:213