Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
a53adc289df65255c096a61b9091b090f36da0b6
/
.
/
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
;