Skip to content

Commit 2af4d22

Browse files
committed
uefi-raw: add tcpv4 protocol definitions
1 parent 0bef927 commit 2af4d22

File tree

4 files changed

+518
-1
lines changed

4 files changed

+518
-1
lines changed

.typos.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ extend-exclude = [
99
[default]
1010
extend-ignore-identifiers-re = [
1111
# uefi-raw/src/protocol/device_path.rs
12-
"PnP"
12+
"PnP",
13+
# uefi-raw/src/protocol/network/tcpv4.rs
14+
"ANDed"
1315
]
1416

1517
[default.extend-words]

uefi-raw/CHANGELOG.md

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

33
## Added
4+
- Added `Tcpv4Protocol`.
45

56
## Changed
67

uefi-raw/src/protocol/network/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ pub mod ip4;
66
pub mod ip4_config2;
77
pub mod pxe;
88
pub mod snp;
9+
pub mod tcpv4;
910
pub mod tls;

0 commit comments

Comments
 (0)