xref: /linux/kernel/livepatch/core.h (revision 9263969a46fc899092ba4f8c4206fa2340c9a64e)
1 #ifndef _LIVEPATCH_CORE_H
2 #define _LIVEPATCH_CORE_H
3 
4 extern struct mutex klp_mutex;
5 
6 #endif /* _LIVEPATCH_CORE_H */
7