mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +00:00
11 lines
210 B
C
11 lines
210 B
C
![]() |
#ifndef _ASM_POWERPC_SECCOMP_H
|
||
|
#define _ASM_POWERPC_SECCOMP_H
|
||
|
|
||
|
#include <linux/unistd.h>
|
||
|
|
||
|
#define __NR_seccomp_sigreturn_32 __NR_sigreturn
|
||
|
|
||
|
#include <asm-generic/seccomp.h>
|
||
|
|
||
|
#endif /* _ASM_POWERPC_SECCOMP_H */
|