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