Changeset 5a58ae2 in mainline for uspace/srv/fs/minixfs/mfs.h
- Timestamp:
- 2011-03-17T20:30:51Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7d04324
- Parents:
- e54ba607
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs.h
re54ba607 r5a58ae2 100 100 extern void mfs_mounted(ipc_callid_t rid, ipc_call_t *request); 101 101 extern void mfs_mount(ipc_callid_t rid, ipc_call_t *request); 102 extern bool mfs_is_directory(fs_node_t *fsnode); 102 103 extern devmap_handle_t mfs_device_get(fs_node_t *fsnode); 103 104 extern int mfs_get_instance(devmap_handle_t handle,
Note:
See TracChangeset
for help on using the changeset viewer.