avs_global_msg
union avs_global_msg glb;
union avs_global_msg msg = AVS_GLOBAL_REQUEST(GET_PIPELINE_STATE);
union avs_global_msg msg = AVS_GLOBAL_REQUEST(ROM_CONTROL);
union avs_global_msg msg = AVS_GLOBAL_REQUEST(LOAD_MULTIPLE_MODULES);
union avs_global_msg msg = AVS_GLOBAL_REQUEST(UNLOAD_MULTIPLE_MODULES);
union avs_global_msg msg = AVS_GLOBAL_REQUEST(LOAD_LIBRARY);
union avs_global_msg msg = AVS_GLOBAL_REQUEST(CREATE_PIPELINE);
union avs_global_msg msg = AVS_GLOBAL_REQUEST(DELETE_PIPELINE);
union avs_global_msg msg = AVS_GLOBAL_REQUEST(SET_PIPELINE_STATE);
static_assert(sizeof(union avs_global_msg) == 8);