Sign in
gbmc
/
linux
/
cb780b79b236db9a036a4b7975361dd44a0b4d29
/
.
/
kernel
/
livepatch
/
state.h
blob: 49d9c16e8762373e91d08ee5694df1606bbe2b36 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_LIVEPATCH_STATE_H
#define
_LIVEPATCH_STATE_H
#include
<linux/livepatch.h>
bool
klp_is_patch_compatible
(
struct
klp_patch
*
patch
);
#endif
/* _LIVEPATCH_STATE_H */