Changeset 8bd5dad in mainline for uspace/lib/ext2/libext2.h


Ignore:
Timestamp:
2011-02-13T21:20:21Z (14 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c00e729
Parents:
566c401
Message:

Initialize libext2 in ext2info & fixed some bugs in libext2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext2/libext2.h

    r566c401 r8bd5dad  
    6767#define EXT2_SUPERBLOCK_LAST_BYTE       (EXT2_SUPERBLOCK_OFFSET + \
    6868                                                                         EXT2_SUPERBLOCK_SIZE -1)
     69// allow maximum this block size
     70#define EXT2_MAX_BLOCK_SIZE                     8096
    6971
    7072inline uint16_t ext2_superblock_get_magic(ext2_superblock_t *);
Note: See TracChangeset for help on using the changeset viewer.