iPXE
|
The Vendor Device Path allows the creation of vendor-defined Device Paths. More...
#include <DevicePath.h>
Data Fields | |
EFI_DEVICE_PATH_PROTOCOL | Header |
EFI_GUID | Guid |
Vendor-assigned GUID that defines the data that follows. More... | |
The Vendor Device Path allows the creation of vendor-defined Device Paths.
A vendor must allocate a Vendor GUID for a Device Path. The Vendor GUID can then be used to define the contents on the n bytes that follow in the Vendor Device Path node.
Definition at line 142 of file DevicePath.h.
EFI_DEVICE_PATH_PROTOCOL VENDOR_DEVICE_PATH::Header |
Definition at line 143 of file DevicePath.h.
Referenced by efi_snp_hii_install().
EFI_GUID VENDOR_DEVICE_PATH::Guid |
Vendor-assigned GUID that defines the data that follows.
Definition at line 147 of file DevicePath.h.
Referenced by efi_snp_hii_install().