|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/DevicePath.h>
Data Fields | |
| EFI_DEVICE_PATH_PROTOCOL | Header |
| UINT32 | MemoryType |
| EFI_PHYSICAL_ADDRESS | StartingAddress |
| EFI_PHYSICAL_ADDRESS | EndingAddress |
Memory Mapped Device Path.
Definition at line 114 of file DevicePath.h.
| EFI_PHYSICAL_ADDRESS MEMMAP_DEVICE_PATH::EndingAddress |
Ending Memory Address.
Definition at line 127 of file DevicePath.h.
| EFI_DEVICE_PATH_PROTOCOL MEMMAP_DEVICE_PATH::Header |
Definition at line 115 of file DevicePath.h.
| UINT32 MEMMAP_DEVICE_PATH::MemoryType |
EFI_MEMORY_TYPE
Definition at line 119 of file DevicePath.h.
| EFI_PHYSICAL_ADDRESS MEMMAP_DEVICE_PATH::StartingAddress |
Starting Memory Address.
Definition at line 123 of file DevicePath.h.