repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
kernel
/
livepatch
/
state.h
blob
49d9c16e8762373e91d08ee5694df1606bbe2b36
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 */