Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
aaa7a77b5f79ec3b99806f5de9abdb5d70516b1d
/
.
/
seccomp_fprog.h
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 */