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