xref: /linux/rust/kernel/block.rs (revision dabb6ec640a3512bd105055d5573a2cfa403bdea)
1 // SPDX-License-Identifier: GPL-2.0
2 
3 //! Types for working with the block layer.
4 
5 pub mod mq;
6