Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
5d8abc362fa8931e99b5613a255dbda9eb4c6373
/
.
/
crates
/
uefi
/
src
/
prelude.rs
blob: 655b6fa39016d7fbbb560b4a741a03d263f60c48 [
file
] [
log
] [
blame
]
//! This module is used to simplify importing the most common UEFI types.
//!
//! This includes the system table modules, `Status` codes, etc.
pub
use
crate
::{
boot
,
cstr16
,
cstr8
,
entry
,
runtime
,
system
,
Handle
,
ResultExt
,
Status
,
StatusExt
,
};