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

5 lines
43 B
Rust

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