TianoCore EDK2 master
Loading...
Searching...
No Matches
MEMMAP_DEVICE_PATH Struct Reference

#include <MdePkg/Include/Protocol/DevicePath.h>

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT32 MemoryType
 
EFI_PHYSICAL_ADDRESS StartingAddress
 
EFI_PHYSICAL_ADDRESS EndingAddress
 

Detailed Description

Memory Mapped Device Path.

Definition at line 114 of file DevicePath.h.

Field Documentation

◆ EndingAddress

EFI_PHYSICAL_ADDRESS MEMMAP_DEVICE_PATH::EndingAddress

Ending Memory Address.

Definition at line 127 of file DevicePath.h.

◆ Header

EFI_DEVICE_PATH_PROTOCOL MEMMAP_DEVICE_PATH::Header

Definition at line 115 of file DevicePath.h.

◆ MemoryType

UINT32 MEMMAP_DEVICE_PATH::MemoryType

EFI_MEMORY_TYPE

Definition at line 119 of file DevicePath.h.

◆ StartingAddress

EFI_PHYSICAL_ADDRESS MEMMAP_DEVICE_PATH::StartingAddress

Starting Memory Address.

Definition at line 123 of file DevicePath.h.


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