mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 20:15:30 +07: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 */
|