Changeset 6c117bb in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2007-09-27T18:14:02Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 566d798d
- Parents:
- 37e7dc54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
r37e7dc54 r6c117bb 143 143 extern link_t plb_head; /**< List of active PLB entries. */ 144 144 145 extern int vfs_lookup_internal(char *path, size_t len, vfs_node_t *result); 146 145 147 extern void vfs_register(ipc_callid_t, ipc_call_t *); 146 extern void vfs_ lookup(ipc_callid_t, ipc_call_t *);148 extern void vfs_mount(ipc_callid_t, ipc_call_t *); 147 149 148 150 #endif
Note:
See TracChangeset
for help on using the changeset viewer.