|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/DevicePath.h>
Data Fields | |
| EFI_DEVICE_PATH_PROTOCOL | Header |
| UINT32 | StartingAddr [2] |
| UINT32 | EndingAddr [2] |
| EFI_GUID | TypeGuid |
| UINT16 | Instance |
Used to describe the ram disk device path.
Definition at line 1210 of file DevicePath.h.
| UINT32 MEDIA_RAM_DISK_DEVICE_PATH::EndingAddr[2] |
Ending Memory Address.
Definition at line 1219 of file DevicePath.h.
| EFI_DEVICE_PATH_PROTOCOL MEDIA_RAM_DISK_DEVICE_PATH::Header |
Definition at line 1211 of file DevicePath.h.
| 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.
| UINT32 MEDIA_RAM_DISK_DEVICE_PATH::StartingAddr[2] |
Starting Memory Address.
Definition at line 1215 of file DevicePath.h.
| 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.