moa/emulator/peripherals/generic/src/lib.rs
2024-03-16 21:22:33 -07:00

3 lines
40 B
Rust

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