Skip to content

Commit dee28f7

Browse files
committed
uefi: add high-level wrapper around raw tcpv4 protoco
1 parent 2af4d22 commit dee28f7

File tree

3 files changed

+641
-0
lines changed

3 files changed

+641
-0
lines changed

uefi/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# uefi - [Unreleased]
22

33
## Added
4+
- Added `Tcpv4` protocol and types.
45

56
## Changed
67

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 tcpv4;
2425

2526
pub use uefi_raw::MacAddress as EfiMacAddr;

0 commit comments

Comments
 (0)