xref: /linux/rust/kernel/net/mod.rs (revision 67f8bc848ee31831336bd478e57d2f993551902e)
12e70c068SAlice Ryhl // SPDX-License-Identifier: GPL-2.0
22e70c068SAlice Ryhl 
32e70c068SAlice Ryhl //! Networking.
42e70c068SAlice Ryhl 
52e70c068SAlice Ryhl #[cfg(CONFIG_RUST_PHYLIB_ABSTRACTIONS)]
62e70c068SAlice Ryhl pub mod phy;
7*5eaa5fbbSAlice Ryhl 
8*5eaa5fbbSAlice Ryhl pub mod netlink;
9