summaryrefslogtreecommitdiff
path: root/rust/kernel/net/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/kernel/net/mod.rs')
-rw-r--r--rust/kernel/net/mod.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/kernel/net/mod.rs b/rust/kernel/net/mod.rs
new file mode 100644
index 000000000000..8ecae7577ed2
--- /dev/null
+++ b/rust/kernel/net/mod.rs
@@ -0,0 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
+
+//! Networking.
+
+#[cfg(CONFIG_RUST_PHYLIB_ABSTRACTIONS)]
+pub mod phy;
+
+pub mod netlink;