Merge tag 'asoc-fix-v4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
[linux-2.6-block.git] / arch / microblaze / include / asm / seccomp.h
CommitLineData
68c6ac33
MS
1#ifndef _ASM_MICROBLAZE_SECCOMP_H
2#define _ASM_MICROBLAZE_SECCOMP_H
3
4#include <linux/unistd.h>
5
68c6ac33
MS
6#define __NR_seccomp_sigreturn __NR_sigreturn
7
cc2d316f 8#include <asm-generic/seccomp.h>
68c6ac33
MS
9
10#endif /* _ASM_MICROBLAZE_SECCOMP_H */