Changeset 2ea6392 in mainline for uspace/lib/ext4/libext4_filesystem.h


Ignore:
Timestamp:
2011-10-10T09:22:25Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7b9381b
Parents:
7a68fe5
Message:

cleaning debug some debug messages and added feature checkers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_filesystem.h

    r7a68fe5 r2ea6392  
    104104extern int ext4_filesystem_check_sanity(ext4_filesystem_t *fs);
    105105extern int ext4_filesystem_check_features(ext4_filesystem_t *, bool *);
     106extern bool ext4_filesystem_has_feature_compatible(ext4_filesystem_t *, uint32_t);
     107extern bool ext4_filesystem_has_feature_incompatible(ext4_filesystem_t *, uint32_t);
     108extern bool ext4_filesystem_has_feature_read_only(ext4_filesystem_t *, uint32_t);
    106109extern int ext4_filesystem_get_block_group_ref(ext4_filesystem_t *, uint32_t,
    107110    ext4_block_group_ref_t **);
Note: See TracChangeset for help on using the changeset viewer.