]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rust: Add cpumask helpers
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 24 Feb 2025 23:39:35 +0000 (18:39 -0500)
committerYury Norov <yury.norov@gmail.com>
Fri, 28 Feb 2025 18:34:40 +0000 (13:34 -0500)
commit73656765baae30ea8bcb1bcd7fd013e3b017b801
tree5da9d1de1fcdf21d16a46ab530346fabfd3ed9ca
parent1e7933a575ed8af4a64dd5089c2f6912da66dd79
rust: Add cpumask helpers

In order to prepare for adding Rust abstractions for cpumask, add
the required helpers for inline cpumask functions that cannot be
called by rust code directly.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Yury Norov [NVIDIA] <yury.norov@gmail.com>
rust/bindings/bindings_helper.h
rust/helpers/cpumask.c [new file with mode: 0644]
rust/helpers/helpers.c