We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x86_msi_{data,addr_lo}
1 parent 29c2a45 commit 00dd4e8Copy full SHA for 00dd4e8
rust/bindgen_parameters
@@ -5,6 +5,10 @@
5
--opaque-type arch_lbr_state
6
--opaque-type local_apic
7
8
+# Packed type cannot transitively contain a `#[repr(align)]` type.
9
+--opaque-type x86_msi_data
10
+--opaque-type x86_msi_addr_lo
11
+
12
# `try` is a reserved keyword since Rust 2018; solved in `bindgen` v0.59.2,
13
# commit 2aed6b021680 ("context: Escape the try keyword properly").
14
--opaque-type kunit_try_catch
0 commit comments