Skip to content

Commit

Permalink
adding marshaller to BootOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
mheese authored and 0x5a17ed committed Mar 8, 2023
1 parent 4a7cfcb commit 55b0c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions efi/efivars/bootvariables.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ var (
guid: GlobalVariable,
defaultAttrs: defaultAttrs,
unmarshal: sliceUnmarshaller[uint16],
marshal: sliceMarshaller[uint16],
}
)

Expand Down

0 comments on commit 55b0c6b

Please sign in to comment.