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