ReactOS 0.4.15-dev-7942-gd23573b
MEMMAP_DEVICE_PATH Struct Reference

#include <DevicePath.h>

Collaboration diagram for MEMMAP_DEVICE_PATH:

Public Attributes

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT32 MemoryType
 
EFI_PHYSICAL_ADDRESS StartingAddress
 
EFI_PHYSICAL_ADDRESS EndingAddress
 

Detailed Description

Memory Mapped Device Path.

Definition at line 119 of file DevicePath.h.

Member Data Documentation

◆ EndingAddress

EFI_PHYSICAL_ADDRESS MEMMAP_DEVICE_PATH::EndingAddress

Ending Memory Address.

Definition at line 132 of file DevicePath.h.

Referenced by EfiInitTranslateDevicePath().

◆ Header

EFI_DEVICE_PATH_PROTOCOL MEMMAP_DEVICE_PATH::Header

Definition at line 120 of file DevicePath.h.

◆ MemoryType

UINT32 MEMMAP_DEVICE_PATH::MemoryType

EFI_MEMORY_TYPE

Definition at line 124 of file DevicePath.h.

◆ StartingAddress

EFI_PHYSICAL_ADDRESS MEMMAP_DEVICE_PATH::StartingAddress

Starting Memory Address.

Definition at line 128 of file DevicePath.h.

Referenced by EfiInitTranslateDevicePath().


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