mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08: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 */
|