blob: f4837272623a1d970b074243dff2d7fc998a1235 [file] [log] [blame]
#ifndef STRACE_SECCOMP_FPROG_H
#define STRACE_SECCOMP_FPROG_H
struct seccomp_fprog {
unsigned short len;
unsigned long filter;
};
#endif /* !STRACE_SECCOMP_FPROG_H */