Changeset 4dc6a32 in mainline for uspace/srv/fs/ext2fs/ext2fs.h


Ignore:
Timestamp:
2011-03-08T21:26:08Z (14 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b83e16ff
Parents:
163cf12
Message:

ext2fs server now (almost, as it is not synchronized yet) supports mounting and basic reading of directories

File:
1 edited

Legend:

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

    r163cf12 r4dc6a32  
    5151
    5252extern int ext2fs_global_init(void);
     53extern int ext2fs_global_fini(void);
    5354extern void ext2fs_mounted(ipc_callid_t, ipc_call_t *);
    5455extern void ext2fs_mount(ipc_callid_t, ipc_call_t *);
Note: See TracChangeset for help on using the changeset viewer.