From ac3dc186df4eb53f20bf519b352b8a76328bea12 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Wed, 17 Dec 2025 13:51:29 +0000 Subject: [PATCH] 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) --- rust/helpers/bitmap.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.47.3