//! File Path Media Device Path
//!
//! This module implements the File Path media device path node as defined in UEFI 2.11 specification
//! section 10.3.3.4. This device path describes a file using a file path.
use crate;
use crate::;
use String;
/// File Path Media Device Path (SubType 0x04)
;