#pragma once struct sys_spu_thread_group_attribute { be_t name_len; be_t name_addr; be_t type; struct{be_t ct;} option; }; struct sys_spu_thread_attribute { be_t name_addr; be_t name_len; be_t option; }; struct sys_spu_thread_argument { be_t arg1; be_t arg2; be_t arg3; be_t arg4; }; struct sys_spu_image { be_t type; be_t entry_point; be_t segs_addr; be_t nsegs; };