mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 01:55:16 +07: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 */
|