2025-09-08 07:21:51 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
|
|
#include <linux/bitmap.h>
|
|
|
|
|
|
2025-12-17 13:51:29 +00:00
|
|
|
__rust_helper
|
2025-09-08 07:21:51 +00:00
|
|
|
void rust_helper_bitmap_copy_and_extend(unsigned long *to, const unsigned long *from,
|
|
|
|
|
unsigned int count, unsigned int size)
|
|
|
|
|
{
|
|
|
|
|
bitmap_copy_and_extend(to, from, count, size);
|
|
|
|
|
}
|