//! PC Card Device Path
//!
//! This module implements the PC Card device path node as defined in UEFI 2.11 specification
//! section 10.3.1.2. This device path describes a PC Card device.
use crateParser;
use crate::;
/// PCCARD Device Path (SubType 0x02)