Netcat-eBPF-Demo/includes/ebpf_loader.h

10 lines
242 B
C
Raw Permalink Normal View History

2024-06-09 18:07:50 +02:00
#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