Changeset 297f1197 in mainline for uspace/srv/fs/fat/fat_ops.c


Ignore:
Timestamp:
2008-05-04T12:43:18Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f520905
Parents:
869e546
Message:

Add a dedicated source file for handling FAT indices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_ops.c

    r869e546 r297f1197  
    111111{
    112112        /* TODO */
    113 }
    114 
    115 static fat_idx_t *fat_idx_map(fat_cluster_t pfc, unsigned pdi)
    116 {
    117         return NULL;    /* TODO */
    118113}
    119114
Note: See TracChangeset for help on using the changeset viewer.