Changeset b12ca16 in mainline for uspace/lib/ext4/libext4_superblock.h
- Timestamp:
- 2011-11-18T15:30:24Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d5ba17f
- Parents:
- e18de3c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_superblock.h
re18de3c rb12ca16 302 302 extern int ext4_superblock_check_sanity(ext4_superblock_t *); 303 303 304 extern uint32_t ext4_superblock_get_block_group_count(ext4_superblock_t *); 305 extern uint32_t ext4_superblock_get_blocks_in_group(ext4_superblock_t *, uint32_t); 306 extern uint32_t ext4_superblock_get_inodes_in_group(ext4_superblock_t *, uint32_t); 307 304 308 #endif 305 309
Note:
See TracChangeset
for help on using the changeset viewer.