diff options
author | Andreas Hindborg <a.hindborg@samsung.com> | 2023-09-04 13:25:41 +0200 |
---|---|---|
committer | Danilo Krummrich <dakr@redhat.com> | 2023-11-22 22:01:11 +0100 |
commit | 4f3fb034dc1b1c599fa9a86d99dc4810bafa7c4a (patch) | |
tree | deb559d0f62e746d72d0b9183949d3e06b4c6705 /rust/kernel/lib.rs | |
parent | 3b83b0d2887fcba6ed73c08cfd2ecb462525b2c2 (diff) |
rust: add revocable objects
Imported from revokable.rs form
https://github.com/Rust-for-Linux/linux/commit/968b3f1631b44a3d753be3c3b69b96bbfb2b83a4
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 05b7f6ee9fc6..d19633759d2d 100644 --- a/rust/kernel/lib.rs +++ b/rust/kernel/lib.rs @@ -48,6 +48,7 @@ pub mod kunit; pub mod pages; pub mod prelude; pub mod print; +pub mod revocable; mod static_assert; #[doc(hidden)] pub mod std_vendor; |