1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * livepatch.h - s390-specific Kernel Live Patching Core
5 * Copyright (c) 2013-2015 SUSE
11 #ifndef ASM_LIVEPATCH_H
12 #define ASM_LIVEPATCH_H
14 #include <asm/ptrace.h>
16 static inline void klp_arch_set_pc(struct pt_regs
*regs
, unsigned long ip
)