]> git.sur5r.net Git - u-boot/blobdiff - include/efi_loader.h
efi_loader: support device tree for bootefi selftest
[u-boot] / include / efi_loader.h
index b6335182eda3beaaf8871ad3c69f517a366efc30..60f84dcf24bf6fa1d97a019d427bffa34003e496 100644 (file)
@@ -96,6 +96,8 @@ extern const efi_guid_t efi_guid_console_control;
 extern const efi_guid_t efi_guid_device_path;
 /* GUID of the EFI_DRIVER_BINDING_PROTOCOL */
 extern const efi_guid_t efi_guid_driver_binding_protocol;
+/* GUID of the device tree table */
+extern const efi_guid_t efi_guid_fdt;
 extern const efi_guid_t efi_guid_loaded_image;
 extern const efi_guid_t efi_guid_device_path_to_text_protocol;
 extern const efi_guid_t efi_simple_file_system_protocol_guid;