projects
/
librecmc
/
linux-libre.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Linux-libre 4.9.225-gnu
[librecmc/linux-libre.git]
/
arch
/
microblaze
/
include
/
asm
/
seccomp.h
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 */