Changeset 9b9d37bb in mainline for uspace/lib/ext4/libext4_superblock.h
- Timestamp:
- 2011-10-06T09:48:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1114173
- Parents:
- 3712434
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_superblock.h
r3712434 r9b9d37bb 140 140 #define EXT4_SUPERBLOCK_SIZE 1024 141 141 #define EXT4_SUPERBLOCK_OFFSET 1024 142 143 #define EXT4_SUPERBLOCK_OS_LINUX 0 144 #define EXT4_SUPERBLOCK_OS_HURD 1 142 145 143 146 extern uint32_t ext4_superblock_get_inodes_count(ext4_superblock_t *);
Note:
See TracChangeset
for help on using the changeset viewer.