xref: /kernel/linux/linux-6.6/kernel/livepatch/transition.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/kernel/livepatch/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef _LIVEPATCH_TRANSITION_H
362306a36Sopenharmony_ci#define _LIVEPATCH_TRANSITION_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#include <linux/livepatch.h>
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciextern struct klp_patch *klp_transition_patch;
862306a36Sopenharmony_ci
962306a36Sopenharmony_civoid klp_init_transition(struct klp_patch *patch, int state);
1062306a36Sopenharmony_civoid klp_cancel_transition(void);
1162306a36Sopenharmony_civoid klp_start_transition(void);
1262306a36Sopenharmony_civoid klp_try_complete_transition(void);
1362306a36Sopenharmony_civoid klp_reverse_transition(void);
1462306a36Sopenharmony_civoid klp_force_transition(void);
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#endif /* _LIVEPATCH_TRANSITION_H */
17

Indexes created Thu Nov 07 10:32:03 CST 2024