1//! Console support protocols.
2//!
3//! The console represents the various input and output methods
4//! used by the user to interact with the early boot platform.
5
6pub mod gop;
7pub mod pointer;
8pub mod serial;
9pub mod text;
10