Changeset 0fdd6bb in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2008-11-23T16:22:40Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
Children:
a5da446
Parents:
d2093d6
Message:

Add somewhat functional fat_link().

File:
1 edited

Legend:

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

    rd2093d6 r0fdd6bb  
    210210extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t);
    211211extern void fat_idx_destroy(fat_idx_t *);
     212extern void fat_idx_hashin(fat_idx_t *);
    212213
    213214extern int fat_idx_init(void);
Note: See TracChangeset for help on using the changeset viewer.