2010-08-06 06:50:35 +00:00
|
|
|
#ifndef _ASM_MICROBLAZE_SECCOMP_H
|
|
|
|
#define _ASM_MICROBLAZE_SECCOMP_H
|
|
|
|
|
|
|
|
#include <linux/unistd.h>
|
|
|
|
|
|
|
|
#define __NR_seccomp_sigreturn __NR_sigreturn
|
|
|
|
|
2015-04-16 19:48:50 +00:00
|
|
|
#include <asm-generic/seccomp.h>
|
2010-08-06 06:50:35 +00:00
|
|
|
|
|
|
|
#endif /* _ASM_MICROBLAZE_SECCOMP_H */
|