Changes in uspace/srv/fs/devfs/devfs_ops.h [efcebe1:ffa2c8ef] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/devfs/devfs_ops.h
refcebe1 rffa2c8ef 34 34 #define DEVFS_DEVFS_OPS_H_ 35 35 36 #include <ipc/common.h> 36 37 #include <bool.h> 37 38 38 39 extern bool devfs_init(void); 40 41 extern void devfs_mounted(ipc_callid_t, ipc_call_t *); 42 extern void devfs_mount(ipc_callid_t, ipc_call_t *); 43 extern void devfs_unmounted(ipc_callid_t, ipc_call_t *); 44 extern void devfs_unmount(ipc_callid_t, ipc_call_t *); 45 extern void devfs_lookup(ipc_callid_t, ipc_call_t *); 46 extern void devfs_open_node(ipc_callid_t, ipc_call_t *); 47 extern void devfs_stat(ipc_callid_t, ipc_call_t *); 48 extern void devfs_sync(ipc_callid_t, ipc_call_t *); 49 extern void devfs_read(ipc_callid_t, ipc_call_t *); 50 extern void devfs_write(ipc_callid_t, ipc_call_t *); 51 extern void devfs_truncate(ipc_callid_t, ipc_call_t *); 52 extern void devfs_close(ipc_callid_t, ipc_call_t *); 53 extern void devfs_destroy(ipc_callid_t, ipc_call_t *); 39 54 40 55 #endif
Note:
See TracChangeset
for help on using the changeset viewer.