Merge pull request #92 from willfindlay/expose_bindings

aya-bpf/helpers: expose raw bindings through helpers::gen
pull/86/head
Alessandro Decina 3 years ago committed by GitHub
commit 3eb0fe3257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
use core::mem::{self, MaybeUninit};
use aya_bpf_bindings::helpers as gen;
pub use aya_bpf_bindings::helpers as gen;
pub use gen::*;
use crate::cty::{c_char, c_long, c_void};

Loading…
Cancel
Save