Changeset 6c117bb in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2007-09-27T18:14:02Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
566d798d
Parents:
37e7dc54
Message:

VFS work.
Proto implementation of VFS-side vfs_lookup_internal().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r37e7dc54 r6c117bb  
    143143extern link_t plb_head;         /**< List of active PLB entries. */
    144144
     145extern int vfs_lookup_internal(char *path, size_t len, vfs_node_t *result);
     146
    145147extern void vfs_register(ipc_callid_t, ipc_call_t *);
    146 extern void vfs_lookup(ipc_callid_t, ipc_call_t *);
     148extern void vfs_mount(ipc_callid_t, ipc_call_t *);
    147149
    148150#endif
Note: See TracChangeset for help on using the changeset viewer.