]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib/efi_loader/efi_image_loader.c
efi_loader: add file/filesys support
[people/ms/u-boot.git] / lib / efi_loader / efi_image_loader.c
index f961407f50ab8e59301aebdf30db57115d170040..469acae0826ac51475d99ce22c9a54af8ffd6c14 100644 (file)
@@ -17,6 +17,9 @@ DECLARE_GLOBAL_DATA_PTR;
 
 const efi_guid_t efi_guid_device_path = DEVICE_PATH_GUID;
 const efi_guid_t efi_guid_loaded_image = LOADED_IMAGE_GUID;
+const efi_guid_t efi_simple_file_system_protocol_guid =
+               EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_GUID;
+const efi_guid_t efi_file_info_guid = EFI_FILE_INFO_GUID;
 
 static efi_status_t efi_loader_relocate(const IMAGE_BASE_RELOCATION *rel,
                        unsigned long rel_size, void *efi_reloc)