Changeset 6ebe721 in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2009-06-17T22:07:42Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4e1b57d
- Parents:
- 34ca870
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
r34ca870 r6ebe721 36 36 #include "fat_fat.h" 37 37 #include <ipc/ipc.h> 38 #include <fibril_sync.h> 38 39 #include <libfs.h> 39 40 #include <atomic.h> … … 161 162 link_t uih_link; 162 163 163 f utex_tlock;164 fibril_mutex_t lock; 164 165 dev_handle_t dev_handle; 165 166 fs_index_t index; … … 182 183 fs_node_t *bp; 183 184 184 f utex_tlock;185 fibril_mutex_t lock; 185 186 fat_node_type_t type; 186 187 fat_idx_t *idx;
Note:
See TracChangeset
for help on using the changeset viewer.