diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-10-09 20:30:06 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-10-27 11:02:19 +0100 |
commit | f7bbd12a4b7e088f53f20dd31019984459699fb9 (patch) | |
tree | a8327d113d3485972c5f14a70910e410ae9ec039 /arch/m68k/include/uapi | |
parent | Linux 3.18-rc2 (diff) | |
download | linux-f7bbd12a4b7e088f53f20dd31019984459699fb9.tar.xz linux-f7bbd12a4b7e088f53f20dd31019984459699fb9.zip |
m68k: Wire up bpf
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
Diffstat (limited to 'arch/m68k/include/uapi')
-rw-r--r-- | arch/m68k/include/uapi/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/uapi/asm/unistd.h b/arch/m68k/include/uapi/asm/unistd.h index b419c6b7ac37..2c1bec9a14b6 100644 --- a/arch/m68k/include/uapi/asm/unistd.h +++ b/arch/m68k/include/uapi/asm/unistd.h @@ -359,5 +359,6 @@ #define __NR_renameat2 351 #define __NR_getrandom 352 #define __NR_memfd_create 353 +#define __NR_bpf 354 #endif /* _UAPI_ASM_M68K_UNISTD_H_ */ |