Searched defs:sof_abi_hdr (Results 1 – 4 of 4) sorted by relevance
20 struct sof_abi_hdr { struct21 __u32 magic; /**< 'S', 'O', 'F', '\0' */22 __u32 type; /**< component specific type */23 __u32 size; /**< size in bytes of data excl. this struct */24 __u32 abi; /**< SOF ABI version */25 __u32 reserved[4]; /**< reserved for future use */26 __u32 data[0]; /**< Component data - opaque to core */
22 struct sof_abi_hdr { struct23 __u32 magic;24 __u32 type;25 __u32 size;26 __u32 abi;27 __u32 reserved[4];28 __u32 data[0];
31 struct sof_abi_hdr { struct32 __u32 magic;33 __u32 type;34 __u32 size;35 __u32 abi;36 __u32 reserved[4];37 __u32 data[];