]> git.sur5r.net Git - u-boot/blobdiff - include/efi_loader.h
efi_loader: implement EFI_FILE_SYSTEM_INFO
[u-boot] / include / efi_loader.h
index 21e6692e92d97d11044d7102e3b6fdc728219c6b..f2942fbb2b61d7813652f65aa7addf6d8ed51935 100644 (file)
@@ -112,6 +112,8 @@ 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;
 extern const efi_guid_t efi_file_info_guid;
+/* GUID for file system information */
+extern const efi_guid_t efi_file_system_info_guid;
 extern const efi_guid_t efi_guid_device_path_utilities_protocol;
 
 extern unsigned int __efi_runtime_start, __efi_runtime_stop;