iPXE
|
Used to describe the ram disk device path. More...
#include <DevicePath.h>
Data Fields | |
EFI_DEVICE_PATH_PROTOCOL | Header |
UINT32 | StartingAddr [2] |
Starting Memory Address. More... | |
UINT32 | EndingAddr [2] |
Ending Memory Address. More... | |
EFI_GUID | TypeGuid |
GUID that defines the type of the RAM Disk. More... | |
UINT16 | Instance |
RAM Diskinstance number, if supported. More... | |
Used to describe the ram disk device path.
Definition at line 1212 of file DevicePath.h.
EFI_DEVICE_PATH_PROTOCOL MEDIA_RAM_DISK_DEVICE_PATH::Header |
Definition at line 1213 of file DevicePath.h.
UINT32 MEDIA_RAM_DISK_DEVICE_PATH::StartingAddr[2] |
Starting Memory Address.
Definition at line 1217 of file DevicePath.h.
UINT32 MEDIA_RAM_DISK_DEVICE_PATH::EndingAddr[2] |
Ending Memory Address.
Definition at line 1221 of file DevicePath.h.
EFI_GUID MEDIA_RAM_DISK_DEVICE_PATH::TypeGuid |
GUID that defines the type of the RAM Disk.
Definition at line 1225 of file DevicePath.h.
UINT16 MEDIA_RAM_DISK_DEVICE_PATH::Instance |
RAM Diskinstance number, if supported.
The default value is zero.
Definition at line 1229 of file DevicePath.h.