Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ extend-exclude = [
[default]
extend-ignore-identifiers-re = [
# uefi-raw/src/protocol/device_path.rs
"PnP"
"PnP",
# uefi-raw/src/protocol/network/tcpv4.rs
"ANDed"
]

[default.extend-words]
Expand Down
1 change: 1 addition & 0 deletions uefi-raw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# uefi-raw - [Unreleased]

## Added
- Added `Tcpv4Protocol`.

## Changed

Expand Down
1 change: 1 addition & 0 deletions uefi-raw/src/protocol/network/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ pub mod ip4;
pub mod ip4_config2;
pub mod pxe;
pub mod snp;
pub mod tcpv4;
pub mod tls;
Loading