Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2880 → Rev 2881

/trunk/uspace/srv/fs/fat/fat.h
214,7 → 214,7
 
extern void fat_lookup(ipc_callid_t, ipc_call_t *);
 
extern fat_idx_t *fat_idx_map(fat_cluster_t, unsigned);
extern fat_idx_t *fat_idx_map(dev_handle_t, fat_cluster_t, unsigned);
 
#endif