Skip to content

Commit

Permalink
Merge pull request #1203 from andre-braga/capsule
Browse files Browse the repository at this point in the history
uefi: re-export CapsuleFlags
  • Loading branch information
nicholasbishop committed Jun 12, 2024
2 parents 0fd2c51 + eaee8b9 commit eebe698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions uefi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
around a reference.
- Added `TryFrom<&[u8]>` for `DevicePathHeader`, `DevicePathNode` and `DevicePath`.
- Added `ByteConversionError`.
- Re-exported `CapsuleFlags`.

## Changed
- `SystemTable::exit_boot_services` is now `unsafe`. See that method's
Expand Down
2 changes: 1 addition & 1 deletion uefi/src/table/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use core::fmt::{self, Debug, Display, Formatter};
use core::mem::MaybeUninit;
use core::ptr;

pub use uefi_raw::capsule::{CapsuleBlockDescriptor, CapsuleHeader};
pub use uefi_raw::capsule::{CapsuleBlockDescriptor, CapsuleFlags, CapsuleHeader};
pub use uefi_raw::table::runtime::{
ResetType, TimeCapabilities, VariableAttributes, VariableVendor,
};
Expand Down

0 comments on commit eebe698

Please sign in to comment.