Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
5d8abc362fa8931e99b5613a255dbda9eb4c6373
/
.
/
crates
/
uefi
/
src
/
proto
/
console
/
mod.rs
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
;