linux/arch/s390/include/asm/cfi.h
Heiko Carstens 227b4e108a s390/bpf: Add kCFI support
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>
2026-08-05 15:16:54 +02:00

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 */