Changeset f1119e5 in mainline


Ignore:
Timestamp:
2011-08-03T18:52:27Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ccfbf71
Parents:
9cc1f43
Message:

Migrate changes from mainline to exfat.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat.h

    r9cc1f43 rf1119e5  
    162162
    163163
    164 extern fs_reg_t exfat_reg;
    165 
    166 extern void exfat_mounted(ipc_callid_t, ipc_call_t *);
    167 extern void exfat_mount(ipc_callid_t, ipc_call_t *);
    168 extern void exfat_unmounted(ipc_callid_t, ipc_call_t *);
    169 extern void exfat_unmount(ipc_callid_t, ipc_call_t *);
    170 extern void exfat_lookup(ipc_callid_t, ipc_call_t *);
    171 extern void exfat_read(ipc_callid_t, ipc_call_t *);
    172 extern void exfat_write(ipc_callid_t, ipc_call_t *);
    173 extern void exfat_truncate(ipc_callid_t, ipc_call_t *);
    174 extern void exfat_stat(ipc_callid_t, ipc_call_t *);
    175 extern void exfat_close(ipc_callid_t, ipc_call_t *);
    176 extern void exfat_destroy(ipc_callid_t, ipc_call_t *);
    177 extern void exfat_open_node(ipc_callid_t, ipc_call_t *);
    178 extern void exfat_stat(ipc_callid_t, ipc_call_t *);
    179 extern void exfat_sync(ipc_callid_t, ipc_call_t *);
     164extern vfs_out_ops_t exfat_ops;
     165extern libfs_ops_t exfat_libfs_ops;
    180166
    181167extern int exfat_idx_get_new(exfat_idx_t **, devmap_handle_t);
Note: See TracChangeset for help on using the changeset viewer.