repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git]
/
arch
/
powerpc
/
include
/
asm
/
seccomp.h
blob
c1818e35cf0263b14579523013b4980828db2416
1
#ifndef _ASM_POWERPC_SECCOMP_H
2
#define _ASM_POWERPC_SECCOMP_H
3
4
#include <linux/unistd.h>
5
6
#define __NR_seccomp_sigreturn_32 __NR_sigreturn
7
8
#include <asm-generic/seccomp.h>
9
10
#endif
/* _ASM_POWERPC_SECCOMP_H */