1
2
3
4
5
//! Only UEFI Display currently.

mod uefi;

pub use uefi::UefiDisplay;