Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
41f048b957bdc20faf475b3c8cdeabd04a761e60
/
.
/
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
,
};