Welcome to mirror list, hosted at ThFree Co, Russian Federation.

core.h « livepatch « kernel - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c74f24c478379fdd6a22f312eb970f8c2ba42a74 (plain)
1
2
3
4
5
6
#ifndef _LIVEPATCH_CORE_H
#define _LIVEPATCH_CORE_H

extern struct mutex klp_mutex;

#endif /* _LIVEPATCH_CORE_H */