DATA_BLOCK_HEADER_SIZE
static const char data_block_header[DATA_BLOCK_HEADER_SIZE] = {
static const char data_last_block_header[DATA_BLOCK_HEADER_SIZE] = {
memcpy(gm12u320->data_buf[i], hdr, DATA_BLOCK_HEADER_SIZE);
dst_offset += DATA_BLOCK_HEADER_SIZE;
dst_offset = DATA_BLOCK_HEADER_SIZE;
#define DATA_BLOCK_SIZE (DATA_BLOCK_HEADER_SIZE + \
#define DATA_LAST_BLOCK_SIZE (DATA_BLOCK_HEADER_SIZE + \