zCore/drivers/src/display/mod.rs

6 lines
72 B
Rust

//! Only UEFI Display currently.
mod uefi;
pub use uefi::UefiDisplay;