We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add18b7 commit 001b321Copy full SHA for 001b321
2 files changed
rust/kernel/lib.rs
@@ -57,6 +57,7 @@ pub mod ioctl;
57
#[cfg(CONFIG_KUNIT)]
58
pub mod kunit;
59
pub mod list;
60
+pub mod module_param;
61
#[cfg(CONFIG_NET)]
62
pub mod net;
63
pub mod of;
0 commit comments