Changeset 152610a8 in mainline for uspace/srv/fs/minixfs/mfs_utils.h


Ignore:
Timestamp:
2011-03-29T18:03:51Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba5beaf
Parents:
1f1cc9d
Message:

Improves read_map() to avoid the need to call the read_ind_block() function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs_utils.h

    r1f1cc9d r152610a8  
    4747conv64(bool native, uint64_t n);
    4848
    49 extern int
    50 read_ind_block(void *data, struct mfs_instance *inst,
    51                 uint32_t block, mfs_version_t version);
    52 
    5349#endif
    5450
Note: See TracChangeset for help on using the changeset viewer.