mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-02 15:38:52 +00:00
Add __attribute__ ((packed)) to MokListNode definition
Packing this lets us use MokListNode with the binary MokList representation.
This commit is contained in:
parent
19423e7f2b
commit
ae46cf9d05
@ -18,7 +18,7 @@ struct menu_item {
|
||||
typedef struct {
|
||||
UINT32 MokSize;
|
||||
UINT8 *Mok;
|
||||
} MokListNode;
|
||||
} __attribute__ ((packed)) MokListNode;
|
||||
|
||||
static EFI_INPUT_KEY get_keystroke (void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user