aya/aya-obj/src/generated
Vegard Kamsvåg b3aad24952 aya: adds support for AF_XDP
Contains user-space functionality for doing
AF_XDP socket interactions. Much is copy-paste
from xdpilone, but with higher-level abstractions
put on top.

It should be usable at a high level without requiring
unsafe code on the library user's side. The more
low-level control is still available, for power users
who need that level of control (and accept the safety
implications).

Fixes: 
..
btf_internal_bindings.rs [codegen] Update libbpf to 80b16457cb23db4d633b17ba0305f29daa2eb307
linux_bindings_aarch64.rs aya: adds support for AF_XDP
linux_bindings_armv7.rs aya: adds support for AF_XDP
linux_bindings_powerpc64.rs aya: adds support for AF_XDP
linux_bindings_riscv64.rs aya: adds support for AF_XDP
linux_bindings_s390x.rs aya: adds support for AF_XDP
linux_bindings_x86_64.rs aya: adds support for AF_XDP
mod.rs aya: add archs powerpc64 and s390x to aya