r_efi/protocols/
loaded_image_device_path.rs

1//! Loaded Image Device Path Protocol
2//!
3//! The loaded image device path protocol provides the device path of a loaded image, using the
4//! protocol structures of the device-path and loaded-image protocols.
5
6pub const PROTOCOL_GUID: crate::base::Guid = crate::base::Guid::from_fields(
7    0xbc62157e,
8    0x3e33,
9    0x4fec,
10    0x99,
11    0x20,
12    &[0x2d, 0x3b, 0x36, 0xd7, 0x50, 0xdf],
13);