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