blob: 204618a2ce844ef6bca4d994c5539271d7896485 [file] [log] [blame]
Kyle Swenson8d8f6542021-03-15 11:02:55 -06001#ifndef _ASM_MICROBLAZE_SECCOMP_H
2#define _ASM_MICROBLAZE_SECCOMP_H
3
4#include <linux/unistd.h>
5
6#define __NR_seccomp_sigreturn __NR_sigreturn
7
8#include <asm-generic/seccomp.h>
9
10#endif /* _ASM_MICROBLAZE_SECCOMP_H */