1
2
3
4
5
//! block device driver

pub mod block;

pub use block::BLOCK_DEVICE;