Changeset 1c1c736 in mainline for uspace/lib/ext4/libext4_bitmap.h


Ignore:
Timestamp:
2011-11-08T13:05:43Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f09d4ea
Parents:
e31e56a1
Message:

not functional block allocation + write operation skeleton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_bitmap.h

    re31e56a1 r1c1c736  
    3838
    3939extern int ext4_bitmap_free_block(ext4_filesystem_t *, uint32_t);
    40 
     40extern int ext4_bitmap_alloc_block(ext4_filesystem_t *,
     41                ext4_inode_ref_t *, uint32_t *);
    4142#endif
    4243
Note: See TracChangeset for help on using the changeset viewer.