]> code.delx.au - refind/blobdiff - filesystems/fsw_core.h
More copyright/license updates for Debian packaging.
[refind] / filesystems / fsw_core.h
index 5d887fd02d58ff5d4b69791c9395643b8fb5d664..6e766659d3e7719861cacfb4451052a9b9b97b43 100644 (file)
@@ -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);
 };
 
 /**