Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _LIVEPATCH_STATE_H
0003 #define _LIVEPATCH_STATE_H
0004 
0005 #include <linux/livepatch.h>
0006 
0007 bool klp_is_patch_compatible(struct klp_patch *patch);
0008 
0009 #endif /* _LIVEPATCH_STATE_H */