From: Alice Ryhl Date: Wed, 17 Dec 2025 13:51:29 +0000 (+0000) Subject: rust: bitmap: add __rust_helper to helpers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac3dc186df4eb53f20bf519b352b8a76328bea12;p=thirdparty%2Fkernel%2Flinux.git rust: bitmap: add __rust_helper to helpers This is needed to inline these helpers into Rust code. Reviewed-by: Boqun Feng Reviewed-by: Gary Guo Signed-off-by: Alice Ryhl Signed-off-by: Yury Norov (NVIDIA) --- diff --git a/rust/helpers/bitmap.c b/rust/helpers/bitmap.c index a50e2f082e47a..e4e9f43612700 100644 --- a/rust/helpers/bitmap.c +++ b/rust/helpers/bitmap.c @@ -2,6 +2,7 @@ #include +__rust_helper void rust_helper_bitmap_copy_and_extend(unsigned long *to, const unsigned long *from, unsigned int count, unsigned int size) {