Merge tag 'perf-tools-for-v5.15-2021-09-11' of git://git.kernel.org/pub/scm/linux...
[linux-block.git] / kernel / livepatch / state.h
CommitLineData
92c9abf5
PM
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _LIVEPATCH_STATE_H
3#define _LIVEPATCH_STATE_H
4
5#include <linux/livepatch.h>
6
7bool klp_is_patch_compatible(struct klp_patch *patch);
8
9#endif /* _LIVEPATCH_STATE_H */