ableos/kernel/src/device_interface/mod.rs
2022-03-02 08:38:22 -06:00

5 lines
64 B
Rust

//! Platform Agnostic Device
pub mod block;
pub mod character;