Changes in uspace/srv/fs/fat/fat.h [32f623d9:5d95f02] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
r32f623d9 r5d95f02 230 230 } fat_node_t; 231 231 232 typedef struct {233 bool lfn_enabled;234 } fat_instance_t;235 236 232 extern vfs_out_ops_t fat_ops; 237 233 extern libfs_ops_t fat_libfs_ops;
Note:
See TracChangeset
for help on using the changeset viewer.