Changes in uspace/srv/fs/devfs/devfs_ops.h [ffa2c8ef:852b801] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/devfs/devfs_ops.h
rffa2c8ef r852b801 34 34 #define DEVFS_DEVFS_OPS_H_ 35 35 36 #include <ipc/ common.h>36 #include <ipc/ipc.h> 37 37 #include <bool.h> 38 38 … … 41 41 extern void devfs_mounted(ipc_callid_t, ipc_call_t *); 42 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 43 extern void devfs_lookup(ipc_callid_t, ipc_call_t *); 46 44 extern void devfs_open_node(ipc_callid_t, ipc_call_t *);
Note:
See TracChangeset
for help on using the changeset viewer.