Changeset 44c0f5b in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-03-18T19:44:55Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe4ac35
Parents:
8b86ed26
Message:

link function mfs_node_get() to the libfs_ops structure

File:
1 edited

Legend:

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

    r8b86ed26 r44c0f5b  
    104104extern bool mfs_is_file(fs_node_t *fsnode);
    105105extern devmap_handle_t mfs_device_get(fs_node_t *fsnode);
    106 extern int  mfs_get_instance(devmap_handle_t handle,
     106extern int mfs_instance_get(devmap_handle_t handle,
    107107                                struct mfs_instance **instance);
     108int mfs_node_get(fs_node_t **rfn, devmap_handle_t devmap_handle,
     109                        fs_index_t index);
    108110
    109111/*mfs_inode.c*/
Note: See TracChangeset for help on using the changeset viewer.