mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 17:41:18 +03:00
[efi] Include a copy of the device path within struct efi_device
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -19,6 +19,8 @@ struct efi_device {
|
||||
struct device dev;
|
||||
/** EFI device handle */
|
||||
EFI_HANDLE device;
|
||||
/** EFI device path copy */
|
||||
EFI_DEVICE_PATH_PROTOCOL *path;
|
||||
/** Driver for this device */
|
||||
struct efi_driver *driver;
|
||||
/** Driver-private data */
|
||||
|
||||
Reference in New Issue
Block a user