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