mirror of
https://xff.cz/git/u-boot/
synced 2025-10-16 23:42:00 +02:00
efi_loader: expose END device path node
This commit exposes the END device path node. Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
34a026a891
commit
9897350c52
@@ -802,6 +802,9 @@ ssize_t efi_dp_check_length(const struct efi_device_path *dp,
|
||||
(((_dp)->type == DEVICE_PATH_TYPE_##_type) && \
|
||||
((_dp)->sub_type == DEVICE_PATH_SUB_TYPE_##_subtype))
|
||||
|
||||
/* template END node: */
|
||||
extern const struct efi_device_path END;
|
||||
|
||||
/* Indicate supported runtime services */
|
||||
efi_status_t efi_init_runtime_supported(void);
|
||||
|
||||
|
Reference in New Issue
Block a user