Searched defs:chunk_header_t (Results 1 – 1 of 1) sorted by relevance
97 typedef struct chunk_header_t { struct98 USHORT chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */99 USHORT reserved1;100 UINT chunk_sz; /* in blocks in output image */101 UINT total_sz; /* in bytes of chunk input file including chunk header and data */