Blame view

kernel/livepatch/core.h 155 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
10517429b   Jiri Kosina   livepatch: make k...
2
3
4
5
6
7
  #ifndef _LIVEPATCH_CORE_H
  #define _LIVEPATCH_CORE_H
  
  extern struct mutex klp_mutex;
  
  #endif /* _LIVEPATCH_CORE_H */