xref: /linux/kernel/livepatch/state.h (revision f30c3ff3f0e8305d6c1a210df6d588a13333b8f7)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LIVEPATCH_STATE_H
3 #define _LIVEPATCH_STATE_H
4 
5 #include <linux/livepatch.h>
6 
7 bool klp_is_patch_compatible(struct klp_patch *patch);
8 
9 #endif /* _LIVEPATCH_STATE_H */
10