blob: 636eb77b474a77ec8acfb40cc6a2fd87ebc908f0 [file] [log] [blame]
//! Console support protocols.
//!
//! The console represents the various input and output methods
//! used by the user to interact with the early boot platform.
pub mod gop;
pub mod pointer;
pub mod serial;
pub mod text;