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