Linux 6.13-rc4
[linux.git] / rust / kernel / net.rs
blobfe415cb369d3ac3bf227bcf5510075dd958da29c
1 // SPDX-License-Identifier: GPL-2.0
3 //! Networking.
5 #[cfg(CONFIG_RUST_PHYLIB_ABSTRACTIONS)]
6 pub mod phy;