parisc, watchdog/core: Use lockup_detector_stop()
[linux-stable.git] / kernel / livepatch / transition.h
blobce09b326546cd3bf71f6e0a300bfd865eb1677ca
1 #ifndef _LIVEPATCH_TRANSITION_H
2 #define _LIVEPATCH_TRANSITION_H
4 #include <linux/livepatch.h>
6 extern struct klp_patch *klp_transition_patch;
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);
14 #endif /* _LIVEPATCH_TRANSITION_H */