Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...
[sfrench/cifs-2.6.git] / kernel / livepatch / transition.h
1 #ifndef _LIVEPATCH_TRANSITION_H
2 #define _LIVEPATCH_TRANSITION_H
3
4 #include <linux/livepatch.h>
5
6 extern struct klp_patch *klp_transition_patch;
7
8 void klp_init_transition(struct klp_patch *patch, int state);
9 void klp_cancel_transition(void);
10 void klp_start_transition(void);
11 void klp_try_complete_transition(void);
12 void klp_reverse_transition(void);
13
14 #endif /* _LIVEPATCH_TRANSITION_H */