mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +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 */
|