aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/cpumask.c
Commit message (Collapse)AuthorAgeFilesLines
* rust: Add cpumask helpersViresh Kumar2025-02-281-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 <[email protected]> Signed-off-by: Viresh Kumar <[email protected]> Signed-off-by: Yury Norov [NVIDIA] <[email protected]>