Changeset 86ffa27f in mainline for uspace/srv/fs/locfs/locfs_ops.h
- Timestamp:
- 2011-08-07T11:21:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc574511
- Parents:
- 15f3c3f (diff), e8067c0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/locfs/locfs_ops.h
r15f3c3f r86ffa27f 34 34 #define LOCFS_LOCFS_OPS_H_ 35 35 36 #include <ipc/common.h>37 36 #include <bool.h> 38 37 39 38 extern bool locfs_init(void); 40 41 extern void locfs_mounted(ipc_callid_t, ipc_call_t *);42 extern void locfs_mount(ipc_callid_t, ipc_call_t *);43 extern void locfs_unmounted(ipc_callid_t, ipc_call_t *);44 extern void locfs_unmount(ipc_callid_t, ipc_call_t *);45 extern void locfs_lookup(ipc_callid_t, ipc_call_t *);46 extern void locfs_open_node(ipc_callid_t, ipc_call_t *);47 extern void locfs_stat(ipc_callid_t, ipc_call_t *);48 extern void locfs_sync(ipc_callid_t, ipc_call_t *);49 extern void locfs_read(ipc_callid_t, ipc_call_t *);50 extern void locfs_write(ipc_callid_t, ipc_call_t *);51 extern void locfs_truncate(ipc_callid_t, ipc_call_t *);52 extern void locfs_close(ipc_callid_t, ipc_call_t *);53 extern void locfs_destroy(ipc_callid_t, ipc_call_t *);54 39 55 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.