Home
last modified time | relevance | path

Searched defs:sof_abi_hdr (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/sound/sof/
Dheader.h20 struct sof_abi_hdr { struct
21 __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 */
/external/adhd/sof_sys/src/
Dbindings.rs58 pub struct sof_abi_hdr { struct
75 ::std::mem::size_of::<sof_abi_hdr>(), in bindgen_test_layout_sof_abi_hdr() argument