Changeset 8d2dd7f2 in mainline for uspace/lib/ext4/include
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/lib/ext4/include/ext4
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/include/ext4/balloc.h
re48947e r8d2dd7f2 34 34 #define LIBEXT4_BALLOC_H_ 35 35 36 #include <s ys/types.h>36 #include <stdint.h> 37 37 #include "types.h" 38 38 -
uspace/lib/ext4/include/ext4/bitmap.h
re48947e r8d2dd7f2 34 34 #define LIBEXT4_BITMAP_H_ 35 35 36 #include <s ys/types.h>36 #include <stdint.h> 37 37 38 38 extern void ext4_bitmap_free_bit(uint8_t *, uint32_t); -
uspace/lib/ext4/include/ext4/block_group.h
re48947e r8d2dd7f2 36 36 37 37 #include <block.h> 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 #include "types.h" 40 40 -
uspace/lib/ext4/include/ext4/hash.h
re48947e r8d2dd7f2 34 34 #define LIBEXT4_HASH_H_ 35 35 36 #include <sys/types.h>37 36 #include "ext4/types.h" 38 37 -
uspace/lib/ext4/include/ext4/inode.h
re48947e r8d2dd7f2 36 36 37 37 #include <block.h> 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 #include "ext4/types.h" 40 40 -
uspace/lib/ext4/include/ext4/superblock.h
re48947e r8d2dd7f2 36 36 37 37 #include <block.h> 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 #include "ext4/types.h" 40 40
Note:
See TracChangeset
for help on using the changeset viewer.