aboutsummaryrefslogtreecommitdiff
path: root/include/efi_api.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-04-22 18:32:08 -0400
committerTom Rini <trini@konsulko.com>2023-04-22 18:32:08 -0400
commit39bc4e12aba9b415c2bc19c0209661146c6e6f2a (patch)
tree1133f0583ce5dbfdcc650f0c4ded1aa4496be10f /include/efi_api.h
parent802132c48a2e6b66ec83b7bb66fb96f2ba87c957 (diff)
parentb10bfd0019f601e2608370ed47741da201423d55 (diff)
downloadu-boot-WIP/22Apr2023.zip
u-boot-WIP/22Apr2023.tar.gz
u-boot-WIP/22Apr2023.tar.bz2
Merge tag 'efi-2023-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efiWIP/22Apr2023
Pull request for efi-2023-07-rc1-2 Documentation: * Describe Python coding style UEFI: * Enable tests for authenticated capsules on the sandbox * Fix pylint warnings * Correct struct efi_hii_keyboard_layout definition
Diffstat (limited to 'include/efi_api.h')
-rw-r--r--include/efi_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi_api.h b/include/efi_api.h
index dc6e5ce..2fd0221 100644
--- a/include/efi_api.h
+++ b/include/efi_api.h
@@ -1173,7 +1173,7 @@ struct efi_hii_keyboard_layout {
efi_guid_t guid;
u32 layout_descriptor_string_offset;
u8 descriptor_count;
- struct efi_key_descriptor descriptors[];
+ /* struct efi_key_descriptor descriptors[]; follows here */
} __packed;
struct efi_hii_keyboard_package {