summaryrefslogtreecommitdiffstats
path: root/rust/kernel/net.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/kernel/net.rs')
-rw-r--r--rust/kernel/net.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/rust/kernel/net.rs b/rust/kernel/net.rs
new file mode 100644
index 000000000000..fe415cb369d3
--- /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;