mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-05-29 17:38:35 +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
9201fa9ec6
commit
cb22de62e7
@ -18,7 +18,7 @@ struct menu_item {
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
UINT32 MokSize;
|
UINT32 MokSize;
|
||||||
UINT8 *Mok;
|
UINT8 *Mok;
|
||||||
} MokListNode;
|
} __attribute__ ((packed)) MokListNode;
|
||||||
|
|
||||||
static EFI_INPUT_KEY get_keystroke (void)
|
static EFI_INPUT_KEY get_keystroke (void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user