1 2 3 4 5 6
use super::detection::DisplayController; pub struct Device { pub info: DisplayController, pub mmio_base: Option<usize>, }