Changeset 5a58ae2 in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-03-17T20:30:51Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7d04324
Parents:
e54ba607
Message:

Link mfs_is_directory() function to the libfs_ops structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.h

    re54ba607 r5a58ae2  
    100100extern void mfs_mounted(ipc_callid_t rid, ipc_call_t *request);
    101101extern void mfs_mount(ipc_callid_t rid, ipc_call_t *request);
     102extern bool mfs_is_directory(fs_node_t *fsnode);
    102103extern devmap_handle_t mfs_device_get(fs_node_t *fsnode);
    103104extern int  mfs_get_instance(devmap_handle_t handle,
Note: See TracChangeset for help on using the changeset viewer.