diff options
Diffstat (limited to 'rust/kernel/block.rs')
-rw-r--r-- | rust/kernel/block.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/kernel/block.rs b/rust/kernel/block.rs new file mode 100644 index 000000000000..150f710efe5b --- /dev/null +++ b/rust/kernel/block.rs @@ -0,0 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0 + +//! Types for working with the block layer. + +pub mod mq; |