Changeset 32f623d9 in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2011-09-24T20:49:11Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40cdbec
- Parents:
- 5bf76c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
r5bf76c1 r32f623d9 230 230 } fat_node_t; 231 231 232 typedef struct { 233 bool lfn_enabled; 234 } fat_instance_t; 235 232 236 extern vfs_out_ops_t fat_ops; 233 237 extern libfs_ops_t fat_libfs_ops;
Note:
See TracChangeset
for help on using the changeset viewer.