Changeset b6035ba in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2009-05-05T22:09:13Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 770d281
- Parents:
- c852f4be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
rc852f4be rb6035ba 179 179 /** FAT in-core node. */ 180 180 typedef struct fat_node { 181 /** Back pointer to the FS node. */ 182 fs_node_t *bp; 183 181 184 futex_t lock; 182 185 fat_node_type_t type;
Note:
See TracChangeset
for help on using the changeset viewer.