1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

// The rest of this file is auto-generated!
#[cfg(target_arch = "x86")]
pub mod v2_6_32;
#[cfg(target_arch = "x86_64")]
pub mod v2_6_32;
#[cfg(target_arch = "powerpc")]
pub mod v2_6_32;
#[cfg(target_arch = "x86")]
pub use v2_6_32::*;
#[cfg(target_arch = "x86_64")]
pub use v2_6_32::*;
#[cfg(target_arch = "powerpc")]
pub use v2_6_32::*;
#[cfg(target_arch = "arm")]
pub mod v3_2;
#[cfg(target_arch = "arm")]
pub use v3_2::*;
#[cfg(target_arch = "powerpc64")]
pub mod v3_10;
#[cfg(target_arch = "powerpc64")]
pub use v3_10::*;
#[cfg(target_arch = "aarch64")]
pub mod v4_2;
#[cfg(target_arch = "aarch64")]
pub use v4_2::*;
#[cfg(target_arch = "mips")]
pub mod v4_4;
#[cfg(target_arch = "mips64")]
pub mod v4_4;
#[cfg(target_arch = "mips")]
pub use v4_4::*;
#[cfg(target_arch = "mips64")]
pub use v4_4::*;
#[cfg(target_arch = "riscv64")]
pub mod v4_20;
#[cfg(target_arch = "riscv64")]
pub use v4_20::*;
#[cfg(feature = "v5_4")]
pub mod v5_4;
#[cfg(feature = "v5_11")]
pub mod v5_11;