aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/helpers/cpumask.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
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>