Changeset 4dc6a32 in mainline for uspace/lib/ext2/libext2_inode.h
- Timestamp:
- 2011-03-08T21:26:08Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b83e16ff
- Parents:
- 163cf12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext2/libext2_inode.h
r163cf12 r4dc6a32 75 75 #define EXT2_INODE_DIRECT_BLOCKS 12 76 76 77 #define EXT2_INODE_ROOT_INDEX 2 78 77 79 typedef struct ext2_inode_ref { 78 80 block_t *block; // Reference to a block containing this inode 79 81 ext2_inode_t *inode; 82 uint32_t index; // Index number of this inode 80 83 } ext2_inode_ref_t; 81 84
Note:
See TracChangeset
for help on using the changeset viewer.