You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/src/generated/mod.rs

10 lines
192 B
Rust

#![allow(dead_code, non_camel_case_types, non_snake_case)]
// FIXME: generate for x86_64 and aarch64
mod bpf_bindings;
mod perf_bindings;
pub use bpf_bindings::*;
pub use perf_bindings::*;