//! mango_core: mango core
//!
//! This crate contains core definitions for the mango operating system.
//!
use lazy_static;
/// Common utilities
// pub mod common;
/// TODO should not be public
/// Support for stopping qemu
/// Support for printing to standard output. Whether on a screen or a serial device. This is used by the print macros.
/// Support for getting time
lazy_static!
lazy_static!