Searched defs:sof_abi_hdr (Results 1 – 2 of 2) 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 */
58 pub struct sof_abi_hdr { struct75 ::std::mem::size_of::<sof_abi_hdr>(), in bindgen_test_layout_sof_abi_hdr() argument