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
Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git]
/
arch
/
microblaze
/
include
/
asm
/
seccomp.h
blob
204618a2ce844ef6bca4d994c5539271d7896485
1
#ifndef _ASM_MICROBLAZE_SECCOMP_H
2
#define _ASM_MICROBLAZE_SECCOMP_H
3
4
#include <linux/unistd.h>
5
6
#define __NR_seccomp_sigreturn __NR_sigreturn
7
8
#include <asm-generic/seccomp.h>
9
10
#endif
/* _ASM_MICROBLAZE_SECCOMP_H */