mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
This is the s390 variant of commit 710618c760 ("arm64/cfi,bpf: Support
kCFI + BPF on arm64").
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Tested-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
8 lines
136 B
C
8 lines
136 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _ASM_S390_CFI_H
|
|
#define _ASM_S390_CFI_H
|
|
|
|
#define __bpfcall
|
|
|
|
#endif /* _ASM_S390_CFI_H */
|