You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sof_sys/src/bindings.rs
+10-15Lines changed: 10 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
* ipc/control.h
8
8
*/
9
9
10
-
/* automatically generated by rust-bindgen 0.59.2 */
10
+
/* automatically generated by rust-bindgen 0.63.0 */
11
11
12
12
#[repr(C)]
13
13
#[derive(Default)]
@@ -39,14 +39,7 @@ impl<T> ::std::fmt::Debug for __IncompleteArrayField<T> {
39
39
fmt.write_str("__IncompleteArrayField")
40
40
}
41
41
}
42
-
pubtype__uint32_t = ::std::os::raw::c_uint;
43
-
#[doc = " \\brief Header for all non IPC ABI data."]
44
-
#[doc = ""]
45
-
#[doc = " Identifies data type, size and ABI."]
46
-
#[doc = " Data header used for all component data structures and binary blobs sent to"]
47
-
#[doc = " firmware as runtime data. This data is typically sent by userspace"]
48
-
#[doc = " applications and tunnelled through any OS kernel (via binary kcontrol on"]
49
-
#[doc = " Linux) to the firmware."]
42
+
#[doc = " \\brief Header for all non IPC ABI data.\n\n Identifies data type, size and ABI.\n Data header used for all component data structures and binary blobs sent to\n firmware as runtime data. This data is typically sent by userspace\n applications and tunnelled through any OS kernel (via binary kcontrol on\n Linux) to the firmware."]
0 commit comments