projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge existing fixes from asoc/for-5.11
[linux-2.6-microblaze.git]
/
kernel
/
livepatch
/
state.h
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 */