# SPDX-License-Identifier: GPL-2.0 | |
--opaque-type xregs_state | |
--opaque-type desc_struct | |
--opaque-type arch_lbr_state | |
--opaque-type local_apic | |
# If SMP is disabled, `arch_spinlock_t` is defined as a ZST which triggers a Rust | |
# warning. We don't need to peek into it anyway. | |
--opaque-type spinlock | |
# `seccomp`'s comment gets understood as a doctest | |
--no-doc-comments |