aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/kasync.rs
blob: 4b57116bebc57a92386738a4e60e7868c9cf37f4 (plain)
1
2
3
4
5
6
// SPDX-License-Identifier: GPL-2.0

//! Kernel async functionality.

#[cfg(CONFIG_NET)]
pub mod net;