blob: afaf74f3d98fccb61278df737d37f141cc996217 [file] [log] [blame]
Elliott Hughesdfc64182015-03-18 11:28:15 -07001/* Generated by ./xlat/gen.sh from ./xlat/seccomp_ops.in; do not edit. */
2
3static const struct xlat seccomp_ops[] = {
4#if !(defined(SECCOMP_SET_MODE_STRICT) || (defined(HAVE_DECL_SECCOMP_SET_MODE_STRICT) && HAVE_DECL_SECCOMP_SET_MODE_STRICT))
5# define SECCOMP_SET_MODE_STRICT 0
6#endif
7 XLAT(SECCOMP_SET_MODE_STRICT),
8#if !(defined(SECCOMP_SET_MODE_FILTER) || (defined(HAVE_DECL_SECCOMP_SET_MODE_FILTER) && HAVE_DECL_SECCOMP_SET_MODE_FILTER))
9# define SECCOMP_SET_MODE_FILTER 1
10#endif
11 XLAT(SECCOMP_SET_MODE_FILTER),
12 XLAT_END
13};