Changeset 32f623d9 in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2011-09-24T20:49:11Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40cdbec
Parents:
5bf76c1
Message:

Make FAT use instance data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat.h

    r5bf76c1 r32f623d9  
    230230} fat_node_t;
    231231
     232typedef struct {
     233        bool lfn_enabled;
     234} fat_instance_t;
     235
    232236extern vfs_out_ops_t fat_ops;
    233237extern libfs_ops_t fat_libfs_ops;
Note: See TracChangeset for help on using the changeset viewer.