diff options
Diffstat (limited to 'rust/kernel/net.rs')
-rw-r--r-- | rust/kernel/net.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rust/kernel/net.rs b/rust/kernel/net.rs new file mode 100644 index 0000000000..fe415cb369 --- /dev/null +++ b/rust/kernel/net.rs @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 + +//! Networking. + +#[cfg(CONFIG_RUST_PHYLIB_ABSTRACTIONS)] +pub mod phy; |