]> git.sur5r.net Git - u-boot/blobdiff - include/efi_api.h
cfi_flash: Remove assignments from if conditions
[u-boot] / include / efi_api.h
index 1ecde541526c84c65ff4fb97f1b521d4cbaf3fae..205f8f1f7007a1ab29d82e08864861632aea5fe3 100644 (file)
@@ -247,11 +247,11 @@ struct efi_system_table {
        struct efi_table_hdr hdr;
        unsigned long fw_vendor;   /* physical addr of wchar_t vendor string */
        u32 fw_revision;
-       unsigned long con_in_handle;
+       efi_handle_t con_in_handle;
        struct efi_simple_input_interface *con_in;
-       unsigned long con_out_handle;
+       efi_handle_t con_out_handle;
        struct efi_simple_text_output_protocol *con_out;
-       unsigned long stderr_handle;
+       efi_handle_t stderr_handle;
        struct efi_simple_text_output_protocol *std_err;
        struct efi_runtime_services *runtime;
        struct efi_boot_services *boottime;