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 6 pub mod gop; 7 pub mod pointer; 8 pub mod serial; 9 pub mod text; 10