![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _LIVEPATCH_TRANSITION_H 0003 #define _LIVEPATCH_TRANSITION_H 0004 0005 #include <linux/livepatch.h> 0006 0007 extern struct klp_patch *klp_transition_patch; 0008 0009 void klp_init_transition(struct klp_patch *patch, int state); 0010 void klp_cancel_transition(void); 0011 void klp_start_transition(void); 0012 void klp_try_complete_transition(void); 0013 void klp_reverse_transition(void); 0014 void klp_force_transition(void); 0015 0016 #endif /* _LIVEPATCH_TRANSITION_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |