mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
efi_loader: move struct efi_device_path to efi.h
Avoid forward declaration of struct efi_device_path. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
@@ -557,12 +557,6 @@ struct efi_loaded_image {
|
||||
# define DEVICE_PATH_SUB_TYPE_INSTANCE_END 0x01
|
||||
# define DEVICE_PATH_SUB_TYPE_END 0xff
|
||||
|
||||
struct efi_device_path {
|
||||
u8 type;
|
||||
u8 sub_type;
|
||||
u16 length;
|
||||
} __packed;
|
||||
|
||||
struct efi_mac_addr {
|
||||
u8 addr[32];
|
||||
} __packed;
|
||||
|
Reference in New Issue
Block a user