We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abb3f9 commit 478bc95Copy full SHA for 478bc95
rust/Makefile
@@ -77,7 +77,7 @@ bindgen_c_flags = $(filter-out $(bindgen_skip_c_flags), $(c_flags)) \
77
$(bindgen_extra_c_flags)
78
endif
79
80
-bindgen_opaque_types := xregs_state desc_struct arch_lbr_state
+bindgen_opaque_types := xregs_state desc_struct arch_lbr_state local_apic
81
82
# To avoid several recompilations in PowerPC, which inserts `-D_TASK_CPU`
83
bindgen_c_flags_final = $(filter-out -D_TASK_CPU=%, $(bindgen_c_flags))
0 commit comments