Skip to content

Commit

Permalink
[fix] miss doc for type alias CpuSet
Browse files Browse the repository at this point in the history
  • Loading branch information
hky1999 committed Sep 28, 2024
1 parent 95c9344 commit bad3355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/axtask/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub use crate::wait_queue::WaitQueue;
/// The reference type of a task.
pub type AxTaskRef = Arc<AxTask>;

/// The wrapper type for cpumask::CpuMask with SMP configuration.
pub type CpuSet = cpumask::CpuMask<{ axconfig::SMP }>;

cfg_if::cfg_if! {
Expand Down

0 comments on commit bad3355

Please sign in to comment.