//! ACPI Device Path standard format implementation
//!
//! This module implements the standard ACPI device path format as defined in UEFI 2.11
//! specification. The standard format uses 32-bit numeric identifiers.
use crate;
use crate::;
/// Standard ACPI Device Path (SubType 0x01)