#ifndef _NETCAT_EBPF_DEMO_EBPF_LOADER_H #define _NETCAT_EBPF_DEMO_EBPF_LOADER_H // Include skeleton file #include "../.output/netcat_ebpf_demo.skel.h" int ebpf_loader(int argc, const char **argv, struct netcat_ebpf_demo_bpf **obj); #endif