ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <DevicePath.h>
Public Attributes | |
EFI_DEVICE_PATH_PROTOCOL | Header |
UINT32 | MemoryType |
EFI_PHYSICAL_ADDRESS | StartingAddress |
EFI_PHYSICAL_ADDRESS | EndingAddress |
Memory Mapped Device Path.
Definition at line 119 of file DevicePath.h.
EFI_PHYSICAL_ADDRESS MEMMAP_DEVICE_PATH::EndingAddress |
Ending Memory Address.
Definition at line 132 of file DevicePath.h.
Referenced by EfiInitTranslateDevicePath().
EFI_DEVICE_PATH_PROTOCOL MEMMAP_DEVICE_PATH::Header |
Definition at line 120 of file DevicePath.h.
UINT32 MEMMAP_DEVICE_PATH::MemoryType |
EFI_MEMORY_TYPE
Definition at line 124 of file DevicePath.h.
EFI_PHYSICAL_ADDRESS MEMMAP_DEVICE_PATH::StartingAddress |
Starting Memory Address.
Definition at line 128 of file DevicePath.h.
Referenced by EfiInitTranslateDevicePath().