mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-18 03:56:42 +00:00
Move smoltcp-related code to bigtcp
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
9fba9445bd
commit
67d3682116
12
kernel/libs/aster-bigtcp/src/iface/mod.rs
Normal file
12
kernel/libs/aster-bigtcp/src/iface/mod.rs
Normal file
@ -0,0 +1,12 @@
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
mod common;
|
||||
#[allow(clippy::module_inception)]
|
||||
mod iface;
|
||||
mod phy;
|
||||
mod port;
|
||||
mod time;
|
||||
|
||||
pub use iface::Iface;
|
||||
pub use phy::{EtherIface, IpIface};
|
||||
pub use port::BindPortConfig;
|
Reference in New Issue
Block a user