We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a47c6d commit 6e51b3dCopy full SHA for 6e51b3d
uefi/CHANGELOG.md
@@ -2,9 +2,10 @@
2
3
## Added
4
- Added `proto::ata::AtaRequestBuilder::read_pio()`.
5
-- Added `proto::shell::Shell::{var(), set_var(), vars()}`
6
- Added `proto::pci::root_bridge::PciRootBridgeIo::configuration()`.
7
- Added `proto::pci::root_bridge::PciRootBridgeIo::enumerate()`.
+- Added `proto::shell::Shell::{var(), set_var(), vars()}`
8
+- Added `Tcp4` protocol and types.
9
10
## Changed
11
- Changed ordering of `proto::pci::PciIoAddress` to (bus -> dev -> fun -> reg -> ext_reg).
uefi/src/proto/network/mod.rs
@@ -21,5 +21,6 @@ pub mod http;
21
pub mod ip4config2;
22
pub mod pxe;
23
pub mod snp;
24
+pub mod tcp4;
25
26
pub use uefi_raw::MacAddress as EfiMacAddr;
0 commit comments