FreeCalypso > hg > freecalypso-reveng
comparison mpffs/struct.h @ 31:3cca8070ef0f
mpffs-ls reports file sizes
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 30 Jun 2013 06:59:59 +0000 |
parents | e96d6862cec0 |
children |
comparison
equal
deleted
inserted
replaced
30:9c3c5a572b57 | 31:3cca8070ef0f |
---|---|
19 u16 len; | 19 u16 len; |
20 u8 type; | 20 u8 type; |
21 u16 descend; | 21 u16 descend; |
22 u16 sibling; | 22 u16 sibling; |
23 }; | 23 }; |
24 | |
25 /* chunk location and size info */ | |
26 struct chunkinfo { | |
27 u8 *start; | |
28 u8 *end; | |
29 size_t len; | |
30 }; |