mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +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 */
|