moa/emulator/peripherals/generic/src/lib.rs

3 lines
40 B
Rust

mod ata;
pub use crate::ata::AtaDevice;