Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git] / kernel / livepatch / transition.h
blobf9d0bc016067c6c68f82d771d64eb69866abf85e
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LIVEPATCH_TRANSITION_H
3 #define _LIVEPATCH_TRANSITION_H
5 #include <linux/livepatch.h>
7 extern struct klp_patch *klp_transition_patch;
9 void klp_init_transition(struct klp_patch *patch, int state);
10 void klp_cancel_transition(void);
11 void klp_start_transition(void);
12 void klp_try_complete_transition(void);
13 void klp_reverse_transition(void);
14 void klp_send_signals(void);
15 void klp_force_transition(void);
17 #endif /* _LIVEPATCH_TRANSITION_H */