Changeset 1d6f507 in mainline for uspace/lib/ext2/libext2_superblock.h
- Timestamp:
- 2011-02-14T22:20:09Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d241aae
- Parents:
- 3949e8a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext2/libext2_superblock.h
r3949e8a0 r1d6f507 99 99 inline uint32_t ext2_superblock_get_free_block_count(ext2_superblock_t *); 100 100 inline uint32_t ext2_superblock_get_free_inode_count(ext2_superblock_t *); 101 inline uint32_t ext2_superblock_get_block_group_count(ext2_superblock_t *); 102 inline uint32_t ext2_superblock_get_inodes_per_group(ext2_superblock_t *); 101 103 102 104 extern int ext2_superblock_read_direct(devmap_handle_t, ext2_superblock_t **); 105 extern int ext2_superblock_check_sanity(ext2_superblock_t *); 103 106 104 107 #endif
Note:
See TracChangeset
for help on using the changeset viewer.