code_header
dsp_code->word_count = sizeof(struct code_header) / sizeof(u32);
struct code_header header;
compile_time_assert((sizeof(struct code_header) == 20), code_header_size);
struct code_header header;