diff options
| author | Andreas Hindborg <a.hindborg@kernel.org> | 2025-09-24 14:39:26 +0200 |
|---|---|---|
| committer | Daniel Gomez <da.gomez@kernel.org> | 2025-11-03 14:40:57 +0100 |
| commit | 0b08fc292842a13aa496413b48c1efb83573b8c6 (patch) | |
| tree | f34d85803599e74cd0262b7692cedbb62610144f /rust/kernel/lib.rs | |
| parent | 51d9ee90ea9060be240830eb28f5f117ad00318c (diff) | |
rust: introduce module_param module
Add types and traits for interfacing the C moduleparam API.
Reviewed-by: Benno Lossin <lossin@kernel.org>
Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
Tested-by: Daniel Gomez <da.gomez@samsung.com>
Signed-off-by: Daniel Gomez <da.gomez@kernel.org>
Diffstat (limited to 'rust/kernel/lib.rs')
| -rw-r--r-- | rust/kernel/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/kernel/lib.rs b/rust/kernel/lib.rs index 3dd7bebe7888..e81bbae91c83 100644 --- a/rust/kernel/lib.rs +++ b/rust/kernel/lib.rs @@ -107,6 +107,7 @@ pub mod list; pub mod maple_tree; pub mod miscdevice; pub mod mm; +pub mod module_param; #[cfg(CONFIG_NET)] pub mod net; pub mod of; |
