Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
linux-shallow
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Insights
linux-shallow
/
rust
/
kernel
/
block.rs
Text
·
94 B
·
150f710
Raw
6 lines · rust
1
// SPDX-License-Identifier: GPL-2.0
2
3
//! Types for working with the block layer.
4
5
pub mod mq;
6