Changeset 5b890cfd in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2007-09-29T18:11:48Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dab65b9
- Parents:
- d7b5cf2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
rd7b5cf2 r5b890cfd 153 153 extern int vfs_lookup_internal(char *, size_t, vfs_node_t *, vfs_node_t *); 154 154 155 #define MAX_OPEN_FILES 128 156 157 extern bool vfs_conn_open_files_init(void); 158 155 159 extern void vfs_register(ipc_callid_t, ipc_call_t *); 156 160 extern void vfs_mount(ipc_callid_t, ipc_call_t *); 161 extern void vfs_open(ipc_callid_t, ipc_call_t *); 157 162 158 163 #endif
Note:
See TracChangeset
for help on using the changeset viewer.