add support for compilation with pylibbpf

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-09-21 18:05:43 +05:30
parent a1bc813ec5
commit 28e6f97708
3 changed files with 18 additions and 2 deletions

View File

@ -1,2 +1,2 @@
from .decorators import bpf, map, section, bpfglobal, struct
from .codegen import compile_to_ir, compile
from .codegen import compile_to_ir, compile, BPF