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