//! Vendor-defined hardware device path node implementation
//!
//! This module contains the implementation for vendor-defined hardware device paths
//! as specified in UEFI 2.11 specification section 10.3.1.4. These device paths
//! allow hardware vendors to define custom device path formats using their own GUID.
use Vec;
use crateParser;
use crate::;
/// Vendor Device Path (SubType 0x0A)