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

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

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT32 StartingAddr [2]
 
UINT32 EndingAddr [2]
 
EFI_GUID TypeGuid
 
UINT16 Instance
 

Detailed Description

Used to describe the ram disk device path.

Definition at line 1210 of file DevicePath.h.

Field Documentation

◆ EndingAddr

UINT32 MEDIA_RAM_DISK_DEVICE_PATH::EndingAddr[2]

Ending Memory Address.

Definition at line 1219 of file DevicePath.h.

◆ Header

EFI_DEVICE_PATH_PROTOCOL MEDIA_RAM_DISK_DEVICE_PATH::Header

Definition at line 1211 of file DevicePath.h.

◆ Instance

UINT16 MEDIA_RAM_DISK_DEVICE_PATH::Instance

RAM Diskinstance number, if supported. The default value is zero.

Definition at line 1227 of file DevicePath.h.

◆ StartingAddr

UINT32 MEDIA_RAM_DISK_DEVICE_PATH::StartingAddr[2]

Starting Memory Address.

Definition at line 1215 of file DevicePath.h.

◆ TypeGuid

EFI_GUID MEDIA_RAM_DISK_DEVICE_PATH::TypeGuid

GUID that defines the type of the RAM Disk.

Definition at line 1223 of file DevicePath.h.


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