Michal Simek | 68c6ac3 | 2010-08-06 08:50:35 +0200 | [diff] [blame] | 1 | #ifndef _ASM_MICROBLAZE_SECCOMP_H |
2 | #define _ASM_MICROBLAZE_SECCOMP_H | ||||
3 | |||||
4 | #include <linux/unistd.h> | ||||
5 | |||||
Michal Simek | 68c6ac3 | 2010-08-06 08:50:35 +0200 | [diff] [blame] | 6 | #define __NR_seccomp_sigreturn __NR_sigreturn |
7 | |||||
Kees Cook | cc2d316 | 2015-04-16 12:48:50 -0700 | [diff] [blame] | 8 | #include <asm-generic/seccomp.h> |
Michal Simek | 68c6ac3 | 2010-08-06 08:50:35 +0200 | [diff] [blame] | 9 | |
10 | #endif /* _ASM_MICROBLAZE_SECCOMP_H */ |