X-Git-Url: https://code.delx.au/refind/blobdiff_plain/2cc79ea9b33424d5fc32f15683adf7c956656b9b..278bed1cfa0a2bc31db18617cad24170014c05b3:/filesystems/fsw_core.h diff --git a/filesystems/fsw_core.h b/filesystems/fsw_core.h index 5d887fd..6e76665 100644 --- a/filesystems/fsw_core.h +++ b/filesystems/fsw_core.h @@ -339,10 +339,10 @@ struct fsw_host_table { int native_string_type; //!< String type used by the host environment - void (*change_blocksize)(struct fsw_volume *vol, + void EFIAPI (*change_blocksize)(struct fsw_volume *vol, fsw_u32 old_phys_blocksize, fsw_u32 old_log_blocksize, fsw_u32 new_phys_blocksize, fsw_u32 new_log_blocksize); - fsw_status_t (*read_block)(struct fsw_volume *vol, fsw_u64 phys_bno, void *buffer); + fsw_status_t EFIAPI (*read_block)(struct fsw_volume *vol, fsw_u64 phys_bno, void *buffer); }; /**