Skip to content

r-efi-5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 11:55
· 8 commits to main since this release
v5.0.0
# r-efi - UEFI Reference Specification Protocol Constants and Definitions

## CHANGES WITH 5.0.0:

    * Change the type of the `unload` function-pointer of the Loaded Image
      Protocol to `Option<Unload>`, given that it can be `NULL` to indicate
      that the image cannot be unloaded.
      This is a major API break, but any users very likely need to adjust
      anyway to avoid NULL-derefs.

    Contributions from: David Rheinsberg, John Schock

    - Dußlingen, 2024-07-30