summaryrefslogtreecommitdiff
path: root/rust/helpers/cpumask.c
AgeCommit message (Collapse)AuthorFilesLines
2025-05-19rust: cpumask: Add few more helpersViresh Kumar1-0/+25
Add few more cpumask helpers that are required by the Rust abstraction. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Yury Norov [NVIDIA] <yury.norov@gmail.com>
2025-02-28rust: Add cpumask helpersViresh Kumar1-0/+45
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>