blob: 5ef8826d44f85d205b1368e18dd3458f7c9ad1e2 [file] [log] [blame]
Sam Ravnborga00736e2008-06-19 20:26:19 +02001#ifndef _ASM_SECCOMP_H
Kees Cookd0f138b2015-04-16 12:49:01 -07002#define _ASM_SECCOMP_H
Sam Ravnborga00736e2008-06-19 20:26:19 +02003
Sam Ravnborga00736e2008-06-19 20:26:19 +02004#include <linux/unistd.h>
5
Sam Ravnborga00736e2008-06-19 20:26:19 +02006#define __NR_seccomp_sigreturn_32 __NR_sigreturn
7
Kees Cookd0f138b2015-04-16 12:49:01 -07008#include <asm-generic/seccomp.h>
9
Sam Ravnborga00736e2008-06-19 20:26:19 +020010#endif /* _ASM_SECCOMP_H */