aosp12/external/strace/bpf_fprog.h

10 lines
156 B
C
Raw Normal View History

2023-01-09 17:11:35 +08:00
#ifndef STRACE_BPF_FPROG_H
#define STRACE_BPF_FPROG_H
struct bpf_fprog {
unsigned short len;
kernel_ulong_t filter;
};
#endif /* !STRACE_BPF_FPROG_H */