bindgen_parameters 667 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0
  2. --opaque-type xregs_state
  3. --opaque-type desc_struct
  4. --opaque-type arch_lbr_state
  5. --opaque-type local_apic
  6. # Packed type cannot transitively contain a `#[repr(align)]` type.
  7. --opaque-type x86_msi_data
  8. --opaque-type x86_msi_addr_lo
  9. # `try` is a reserved keyword since Rust 2018; solved in `bindgen` v0.59.2,
  10. # commit 2aed6b021680 ("context: Escape the try keyword properly").
  11. --opaque-type kunit_try_catch
  12. # If SMP is disabled, `arch_spinlock_t` is defined as a ZST which triggers a Rust
  13. # warning. We don't need to peek into it anyway.
  14. --opaque-type spinlock
  15. # `seccomp`'s comment gets understood as a doctest
  16. --no-doc-comments