ableos/kernel/src/device_interface/mod.rs

5 lines
64 B
Rust
Raw Normal View History

2022-03-02 08:38:22 -06:00
//! Platform Agnostic Device
pub mod block;
pub mod character;