1 //! This module is used to simplify importing the most common UEFI types.
2 //!
3 //! This includes the system table modules, `Status` codes, etc.
4 
5 pub use crate::{
6     boot, cstr16, cstr8, entry, runtime, system, Handle, ResultExt, Status, StatusExt,
7 };
8