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