Changeset d5e2763 in mainline for uspace/lib/ext2/libext2.c
- Timestamp:
- 2011-02-12T16:17:00Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36bca8eb
- Parents:
- d3842e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext2/libext2.c
rd3842e0 rd5e2763 38 38 #include <errno.h> 39 39 40 inline uint16_t ext2_superblock_get_magic(ext2_superblock_t *superblock) { 41 return uint16_t_le2host(superblock->magic); 42 } 43 40 44 /** @} 41 45 */
Note:
See TracChangeset
for help on using the changeset viewer.