Changeset 8bd5dad in mainline for uspace/lib/ext2/libext2.h
- Timestamp:
- 2011-02-13T21:20:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c00e729
- Parents:
- 566c401
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext2/libext2.h
r566c401 r8bd5dad 67 67 #define EXT2_SUPERBLOCK_LAST_BYTE (EXT2_SUPERBLOCK_OFFSET + \ 68 68 EXT2_SUPERBLOCK_SIZE -1) 69 // allow maximum this block size 70 #define EXT2_MAX_BLOCK_SIZE 8096 69 71 70 72 inline uint16_t ext2_superblock_get_magic(ext2_superblock_t *);
Note:
See TracChangeset
for help on using the changeset viewer.