iPXE
Data Fields
MEMMAP_DEVICE_PATH Struct Reference

Memory Mapped Device Path. More...

#include <DevicePath.h>

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT32 MemoryType
 EFI_MEMORY_TYPE. More...
 
EFI_PHYSICAL_ADDRESS StartingAddress
 Starting Memory Address. More...
 
EFI_PHYSICAL_ADDRESS EndingAddress
 Ending Memory Address. More...
 

Detailed Description

Memory Mapped Device Path.

Definition at line 116 of file DevicePath.h.

Field Documentation

◆ Header

EFI_DEVICE_PATH_PROTOCOL MEMMAP_DEVICE_PATH::Header

Definition at line 117 of file DevicePath.h.

◆ MemoryType

UINT32 MEMMAP_DEVICE_PATH::MemoryType

EFI_MEMORY_TYPE.

Definition at line 121 of file DevicePath.h.

◆ StartingAddress

EFI_PHYSICAL_ADDRESS MEMMAP_DEVICE_PATH::StartingAddress

Starting Memory Address.

Definition at line 125 of file DevicePath.h.

◆ EndingAddress

EFI_PHYSICAL_ADDRESS MEMMAP_DEVICE_PATH::EndingAddress

Ending Memory Address.

Definition at line 129 of file DevicePath.h.


The documentation for this struct was generated from the following file: