]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi: add some missing __packed
authorRob Clark <robdclark@gmail.com>
Wed, 13 Sep 2017 22:05:26 +0000 (18:05 -0400)
committerAlexander Graf <agraf@suse.de>
Wed, 20 Sep 2017 08:21:38 +0000 (10:21 +0200)
commita8606ef0757b722e33c98858c0e4cc6a07b41867
treeed1452e4413bca8da8ee339e28b61a7ca3f1ce63
parentff98cb90514d9b787ddc097c203ac8db2941efe1
efi: add some missing __packed

All of the device-path related structures should be packed.  UEFI
defines the device-path as a byte-aligned data structure.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_api.h