Skip to content

Commit e9d3cf6

Browse files
uefi-raw: Add protocol::network::pxe module
Just ading the empty module in this commit, content to follow.
1 parent e9e62eb commit e9d3cf6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

uefi-raw/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Added
44
- Added `Boolean` type
5+
- Added `protocol::network::pxe` module.
56

67

78
# uefi-raw - 0.10.0 (2025-02-07)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ pub mod dhcp4;
44
pub mod http;
55
pub mod ip4;
66
pub mod ip4_config2;
7+
pub mod pxe;
78
pub mod tls;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// SPDX-License-Identifier: MIT OR Apache-2.0

0 commit comments

Comments
 (0)