Skip to content

Commit b51a482

Browse files
committed
uefi: add tcpv4 protocol wrapper
1 parent 2ed6563 commit b51a482

File tree

3 files changed

+647
-0
lines changed

3 files changed

+647
-0
lines changed

uefi/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Added `proto::pci::root_bridge::PciRootBridgeIo::enumerate()`.
88
- Added `proto::nvme::pass_thru::NvmePassThru::broadcast()`.
99
- Added `proto::media::block::BlockIO2`.
10+
- Added `Tcp4` protocol and types.
1011

1112
## Changed
1213
- export all `text::{input, output}::*` types

uefi/src/proto/network/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ pub mod http;
2121
pub mod ip4config2;
2222
pub mod pxe;
2323
pub mod snp;
24+
pub mod tcp4;
2425

2526
pub use uefi_raw::MacAddress as EfiMacAddr;

0 commit comments

Comments
 (0)