We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcd8608 + 5b026e3 commit d62873fCopy full SHA for d62873f
rust/bindings/bindings_helper.h
@@ -9,6 +9,7 @@
9
#include <kunit/test.h>
10
#include <linux/blk_types.h>
11
#include <linux/blk-mq.h>
12
+#include <linux/blkdev.h>
13
#include <linux/errname.h>
14
#include <linux/ethtool.h>
15
#include <linux/jiffies.h>
@@ -28,3 +29,4 @@ const gfp_t RUST_CONST_HELPER_GFP_KERNEL = GFP_KERNEL;
28
29
const gfp_t RUST_CONST_HELPER_GFP_KERNEL_ACCOUNT = GFP_KERNEL_ACCOUNT;
30
const gfp_t RUST_CONST_HELPER_GFP_NOWAIT = GFP_NOWAIT;
31
const gfp_t RUST_CONST_HELPER___GFP_ZERO = __GFP_ZERO;
32
+const blk_features_t RUST_CONST_HELPER_BLK_FEAT_ROTATIONAL = BLK_FEAT_ROTATIONAL;
0 commit comments