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