Changeset d241aae in mainline for uspace/lib/ext2/libext2_filesystem.h


Ignore:
Timestamp:
2011-02-15T19:24:38Z (14 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ce13577
Parents:
1d6f507
Message:

Add support for reading ext2 block group descriptors

File:
1 edited

Legend:

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

    r1d6f507 rd241aae  
    3939#include <libblock.h>
    4040#include "libext2_superblock.h"
     41#include "libext2_block_group.h"
    4142
    4243typedef struct ext2_filesystem {
     
    5253extern int ext2_filesystem_init(ext2_filesystem_t *, devmap_handle_t);
    5354extern int ext2_filesystem_check_sanity(ext2_filesystem_t *);
     55extern int ext2_filesystem_get_block_group_ref(ext2_filesystem_t *, uint32_t,
     56    ext2_block_group_ref_t **);
     57extern int ext2_filesystem_put_block_group_ref(ext2_block_group_ref_t *);
    5458extern void ext2_filesystem_fini(ext2_filesystem_t *);
    5559
Note: See TracChangeset for help on using the changeset viewer.