core.h 116 B

123456
  1. #ifndef _LIVEPATCH_CORE_H
  2. #define _LIVEPATCH_CORE_H
  3. extern struct mutex klp_mutex;
  4. #endif /* _LIVEPATCH_CORE_H */