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
14
typedef
struct
_EDKII_MEMORY_ACCEPT_PROTOCOL
EDKII_MEMORY_ACCEPT_PROTOCOL
;
15
19
typedef
20
EFI_STATUS
21
(EFIAPI *
EDKII_ACCEPT_MEMORY
)(
22
IN
EDKII_MEMORY_ACCEPT_PROTOCOL
*This,
23
IN
EFI_PHYSICAL_ADDRESS
StartAddress,
24
IN
UINTN
Size
25
);
26
31
struct
_EDKII_MEMORY_ACCEPT_PROTOCOL
{
32
EDKII_ACCEPT_MEMORY
AcceptMemory;
33
};
34
35
extern
EFI_GUID
gEdkiiMemoryAcceptProtocolGuid;
36
37
#endif
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
IN
#define IN
Definition:
Base.h:279
EDKII_ACCEPT_MEMORY
EFI_STATUS(EFIAPI * EDKII_ACCEPT_MEMORY)(IN EDKII_MEMORY_ACCEPT_PROTOCOL *This, IN EFI_PHYSICAL_ADDRESS StartAddress, IN UINTN Size)
Definition:
MemoryAccept.h:21
EFI_PHYSICAL_ADDRESS
UINT64 EFI_PHYSICAL_ADDRESS
Definition:
UefiBaseType.h:50
EFI_STATUS
RETURN_STATUS EFI_STATUS
Definition:
UefiBaseType.h:29
_EDKII_MEMORY_ACCEPT_PROTOCOL
Definition:
MemoryAccept.h:31
GUID
Definition:
Base.h:213
MdePkg
Include
Protocol
MemoryAccept.h
Generated on Fri Nov 15 2024 18:01:16 for TianoCore EDK2 by
1.9.6