Changeset 8d049ee0 in mainline for uspace/srv/fs/tmpfs/tmpfs.h
- Timestamp:
- 2009-04-18T20:14:49Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c1eb69
- Parents:
- 594303b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.h
r594303b r8d049ee0 53 53 typedef struct tmpfs_dentry { 54 54 fs_index_t index; /**< TMPFS node index. */ 55 dev_handle_t dev_handle;/**< Device handle. */ 55 56 link_t dh_link; /**< Dentries hash table link. */ 56 57 struct tmpfs_dentry *sibling; … … 66 67 67 68 extern libfs_ops_t tmpfs_libfs_ops; 69 70 extern bool tmpfs_init(void); 68 71 69 72 extern void tmpfs_mounted(ipc_callid_t, ipc_call_t *);
Note:
See TracChangeset
for help on using the changeset viewer.