allwinner_a64/android/external/strace/seccomp_fprog.h
2018-08-08 16:14:42 +08:00

9 lines
171 B
C

#ifndef STRACE_SECCOMP_FPROG_H
#define STRACE_SECCOMP_FPROG_H
struct seccomp_fprog {
unsigned short len;
unsigned long filter;
};
#endif /* !STRACE_SECCOMP_FPROG_H */