blob: 204618a2ce844ef6bca4d994c5539271d7896485 [file] [log] [blame]
Michal Simek68c6ac32010-08-06 08:50:35 +02001#ifndef _ASM_MICROBLAZE_SECCOMP_H
2#define _ASM_MICROBLAZE_SECCOMP_H
3
4#include <linux/unistd.h>
5
Michal Simek68c6ac32010-08-06 08:50:35 +02006#define __NR_seccomp_sigreturn __NR_sigreturn
7
Kees Cookcc2d3162015-04-16 12:48:50 -07008#include <asm-generic/seccomp.h>
Michal Simek68c6ac32010-08-06 08:50:35 +02009
10#endif /* _ASM_MICROBLAZE_SECCOMP_H */