//! Controller Device Path
//!
//! This module implements the Controller device path node as defined in UEFI 2.11 specification
//! section 10.3.1.5. This device path describes a controller device and identifies which
//! controller out of a set of controllers that a device is connected to.
use crate;
use crate::;
/// Controller Device Path (SubType 0x05)
;