mirror of https://github.com/aya-rs/aya
feat(aya): Added MIPS bindings
Updated `aya-obj/src/generated/mod.rs` and `bpf/aya-bpf-bindings/src/lib.rs to use the mips bindings.pull/482/head
parent
66da8742fe
commit
3ff609114e
@ -0,0 +1,3 @@
|
||||
#![allow(clippy::all, dead_code)]
|
||||
pub mod bindings;
|
||||
pub mod helpers;
|
Loading…
Reference in New Issue