mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-22 17:24:43 +00:00
7 lines
116 B
C
7 lines
116 B
C
![]() |
#ifndef _LIVEPATCH_CORE_H
|
||
|
#define _LIVEPATCH_CORE_H
|
||
|
|
||
|
extern struct mutex klp_mutex;
|
||
|
|
||
|
#endif /* _LIVEPATCH_CORE_H */
|